public interface BinaryStream
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Access to the bytes.
|
InputStream |
getInputStream()
Retrieve the input stream.
|
long |
getLength()
Retrieve the length of the input stream
|
void |
release()
Release any underlying resources.
|
InputStream getInputStream()
byte[] getBytes()
long getLength()
void release()
Copyright © 2018 JBoss by Red Hat. All rights reserved.