public class ByteArrayReader extends ByteReader
| Modifier and Type | Method and Description |
|---|---|
byte |
getByte(int idx) |
int |
length() |
ByteReader |
mark() |
byte |
nextUnsafe() |
ByteReader |
reset() |
public int length()
length in class ByteReaderpublic byte nextUnsafe()
nextUnsafe in class ByteReaderpublic byte getByte(int idx)
getByte in class ByteReaderpublic ByteReader mark()
mark in class ByteReaderpublic ByteReader reset()
reset in class ByteReader