public interface ByteSequence
Modifier and Type | Method and Description |
---|---|
byte |
byteAt(int index) |
int |
length() |
ByteSequence |
subSequence(int start,
int end) |
byte [] |
toBytes() |
int length()
byte byteAt(int index)
ByteSequence subSequence(int start, int end)
byte [] toBytes()