public class ByteBufferReader extends ByteReader
| Modifier and Type | Method and Description |
|---|---|
byte |
getByte(int idx) |
int |
length() |
ByteReader |
mark() |
byte |
nextUnsafe() |
ByteReader |
reset() |
static ByteReader |
wrap(java.nio.ByteBuffer buff) |
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 ByteReaderpublic static ByteReader wrap(java.nio.ByteBuffer buff)