Class BlockWriter.Entry
java.lang.Object
org.eclipse.jgit.internal.storage.reftable.BlockWriter.Entry
- Direct Known Subclasses:
BlockWriter.DeleteLogEntry,BlockWriter.IndexEntry,BlockWriter.LogEntry,BlockWriter.ObjEntry,BlockWriter.RefEntry
- Enclosing class:
- BlockWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract byte(package private) static int(package private) int(package private) abstract int(package private) abstract int(package private) void(package private) abstract void
-
Field Details
-
key
final byte[] key -
prefixLen
int prefixLen -
restart
boolean restart
-
-
Constructor Details
-
Entry
Entry(byte[] key)
-
-
Method Details
-
compare
-
writeKey
-
sizeBytes
int sizeBytes() -
blockType
abstract byte blockType() -
valueType
abstract int valueType() -
valueSize
abstract int valueSize() -
writeValue
- Throws:
IOException
-