public class BinaryStreamImpl extends java.io.ByteArrayInputStream implements BinaryStream
BinaryStream| Constructor and Description |
|---|
BinaryStreamImpl(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Access to the bytes.
|
java.io.InputStream |
getInputStream()
Retrieve the input stream.
|
int |
getLength()
Retrieve the length of the input stream
|
public java.io.InputStream getInputStream()
BinaryStreamgetInputStream in interface BinaryStreampublic byte[] getBytes()
BinaryStreamgetBytes in interface BinaryStreampublic int getLength()
BinaryStreamgetLength in interface BinaryStreamCopyright © 2013. All Rights Reserved.