public class BinaryStreamImpl extends ByteArrayInputStream implements BinaryStream
BinaryStreambuf, count, mark, pos| Constructor and Description |
|---|
BinaryStreamImpl(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Access to the bytes.
|
InputStream |
getInputStream()
Retrieve the input stream.
|
int |
getLength()
Retrieve the length of the input stream
|
available, close, mark, markSupported, read, read, reset, skipreadpublic InputStream getInputStream()
BinaryStreamgetInputStream in interface BinaryStreampublic byte[] getBytes()
BinaryStreamgetBytes in interface BinaryStreampublic int getLength()
BinaryStreamgetLength in interface BinaryStreamCopyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved