Class BlockWriter.ObjEntry
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.reftable.BlockWriter.Entry
-
- org.eclipse.jgit.internal.storage.reftable.BlockWriter.ObjEntry
-
- Enclosing class:
- BlockWriter
static class BlockWriter.ObjEntry extends BlockWriter.Entry
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) byte
blockType()
private static byte[]
key(int idLen, ObjectId id)
(package private) void
markScanRequired()
(package private) int
valueSize()
(package private) int
valueType()
(package private) void
writeValue(ReftableOutputStream os)
-
Methods inherited from class org.eclipse.jgit.internal.storage.reftable.BlockWriter.Entry
compare, sizeBytes, writeKey
-
-
-
-
Field Detail
-
blockPos
final LongList blockPos
-
-
Method Detail
-
key
private static byte[] key(int idLen, ObjectId id)
-
markScanRequired
void markScanRequired()
-
blockType
byte blockType()
- Specified by:
blockType
in classBlockWriter.Entry
-
valueType
int valueType()
- Specified by:
valueType
in classBlockWriter.Entry
-
valueSize
int valueSize()
- Specified by:
valueSize
in classBlockWriter.Entry
-
writeValue
void writeValue(ReftableOutputStream os) throws java.io.IOException
- Specified by:
writeValue
in classBlockWriter.Entry
- Throws:
java.io.IOException
-
-