final class Decoder extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Decoder.Type |
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
POINTER_TEST_HACK |
Constructor and Description |
---|
Decoder(NodeCache cache,
ByteBuffer buffer,
long pointerBase) |
Modifier and Type | Method and Description |
---|---|
(package private) Object |
decode() |
(package private) Object |
decode(int offset) |
(package private) static int |
decodeInteger(ByteBuffer buffer,
int base,
int size) |
Decoder(NodeCache cache, ByteBuffer buffer, long pointerBase)
Object decode(int offset) throws IOException
IOException
Object decode() throws IOException
IOException
static int decodeInteger(ByteBuffer buffer, int base, int size)