class NonNoteEntry extends ObjectId
Modifier and Type | Field and Description |
---|---|
private FileMode |
mode
Mode of the entry as parsed from the tree.
|
private byte[] |
name
Name of the entry in the tree, in raw format.
|
(package private) NonNoteEntry |
next
The next non-note entry in the same tree, as defined by tree order.
|
Constructor and Description |
---|
NonNoteEntry(byte[] name,
FileMode mode,
AnyObjectId id) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
format(TreeFormatter fmt) |
(package private) int |
pathCompare(byte[] bBuf,
int bPos,
int bLen,
FileMode bMode) |
(package private) int |
treeEntrySize() |
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
private final byte[] name
private final FileMode mode
NonNoteEntry next
NonNoteEntry(byte[] name, FileMode mode, AnyObjectId id)
void format(TreeFormatter fmt)
int treeEntrySize()
int pathCompare(byte[] bBuf, int bPos, int bLen, FileMode bMode)