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()
BinaryStream
getInputStream
in interface BinaryStream
public byte[] getBytes()
BinaryStream
getBytes
in interface BinaryStream
public int getLength()
BinaryStream
getLength
in interface BinaryStream
Copyright © 2013. All Rights Reserved.