public class ByteArrayRange
extends java.lang.Object
Constructor and Description |
---|
ByteArrayRange(byte[] bytes) |
ByteArrayRange(byte[] bytes,
int position,
int length) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
int |
getLength() |
int |
getPosition() |
byte[] |
toByteArray()
Get a byte array just for this range.
|
public ByteArrayRange(byte[] bytes, int position, int length)
public ByteArrayRange(byte[] bytes)
public byte[] getBytes()
public int getPosition()
public int getLength()
public byte[] toByteArray()