public interface Readable
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
getRawBytes(byte[] data,
int offset,
int len) |
static Readable |
readable(java.nio.ByteBuffer buffer)
Wrap a
ByteBuffer as a Readable instance |