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) byteblockType()private static byte[]key(int idLen, ObjectId id)(package private) voidmarkScanRequired()(package private) intvalueSize()(package private) intvalueType()(package private) voidwriteValue(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:
blockTypein classBlockWriter.Entry
-
valueType
int valueType()
- Specified by:
valueTypein classBlockWriter.Entry
-
valueSize
int valueSize()
- Specified by:
valueSizein classBlockWriter.Entry
-
writeValue
void writeValue(ReftableOutputStream os) throws java.io.IOException
- Specified by:
writeValuein classBlockWriter.Entry- Throws:
java.io.IOException
-
-