Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.util |
Utility classes.
|
Constructor and Description |
---|
DirCacheEntry(byte[] sharedInfo,
MutableInteger infoAt,
java.io.InputStream in,
java.security.MessageDigest md,
int smudge_s,
int smudge_ns) |
DirCacheTree(byte[] in,
MutableInteger off,
DirCacheTree myParent) |
Modifier and Type | Field and Description |
---|---|
private MutableInteger |
ObjectChecker.bufPtr |
Modifier and Type | Method and Description |
---|---|
static int |
Constants.decodeTypeString(AnyObjectId id,
byte[] typeString,
byte endMark,
MutableInteger offset)
Parse an encoded type string into a type constant.
|
Modifier and Type | Method and Description |
---|---|
static int |
RawParseUtils.parseBase10(byte[] b,
int ptr,
MutableInteger ptrResult)
Parse a base 10 numeric from a sequence of ASCII digits into an int.
|
static long |
RawParseUtils.parseLongBase10(byte[] b,
int ptr,
MutableInteger ptrResult)
Parse a base 10 numeric from a sequence of ASCII digits into a long.
|
static int |
RawParseUtils.parseTimeZoneOffset(byte[] b,
int ptr,
MutableInteger ptrResult)
Parse a Git style timezone string.
|