abstract static class BlockWriter.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
key |
(package private) int |
prefixLen |
(package private) boolean |
restart |
Constructor and Description |
---|
Entry(byte[] key) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract byte |
blockType() |
(package private) static int |
compare(BlockWriter.Entry ea,
BlockWriter.Entry eb) |
(package private) int |
sizeBytes() |
(package private) abstract int |
valueSize() |
(package private) abstract int |
valueType() |
(package private) void |
writeKey(ReftableOutputStream os) |
(package private) abstract void |
writeValue(ReftableOutputStream os) |
static int compare(BlockWriter.Entry ea, BlockWriter.Entry eb)
void writeKey(ReftableOutputStream os)
int sizeBytes()
abstract byte blockType()
abstract int valueType()
abstract int valueSize()
abstract void writeValue(ReftableOutputStream os) throws java.io.IOException
java.io.IOException