Package | Description |
---|---|
org.eclipse.jgit.lfs.lib |
Modifier and Type | Method and Description |
---|---|
AbbreviatedLongObjectId |
AnyLongObjectId.abbreviate(int len)
Return an abbreviation (prefix) of this object SHA-256.
|
private static AbbreviatedLongObjectId |
AbbreviatedLongObjectId.fromHexString(byte[] bs,
int ptr,
int end) |
static AbbreviatedLongObjectId |
AbbreviatedLongObjectId.fromLongObjectId(AnyLongObjectId id)
Convert an AbbreviatedObjectId from an
AnyObjectId . |
static AbbreviatedLongObjectId |
AbbreviatedLongObjectId.fromString(byte[] buf,
int offset,
int end)
Convert an AbbreviatedObjectId from hex characters (US-ASCII).
|
static AbbreviatedLongObjectId |
AbbreviatedLongObjectId.fromString(java.lang.String str)
Convert an AbbreviatedLongObjectId from hex characters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AnyLongObjectId.startsWith(AbbreviatedLongObjectId abbr)
Tests if this LongObjectId starts with the given abbreviation.
|