Package | Description |
---|---|
org.eclipse.jgit.lfs.lib | |
org.eclipse.jgit.lfs.test |
Modifier and Type | Method and Description |
---|---|
LongObjectId |
AnyLongObjectId.copy()
Obtain an immutable copy of this current object.
|
static LongObjectId |
LongObjectId.fromRaw(byte[] bs)
Convert a LongObjectId from raw binary representation.
|
static LongObjectId |
LongObjectId.fromRaw(byte[] bs,
int p)
Convert a LongObjectId from raw binary representation.
|
static LongObjectId |
LongObjectId.fromRaw(long[] is)
Convert a LongObjectId from raw binary representation.
|
static LongObjectId |
LongObjectId.fromRaw(long[] is,
int p)
Convert a LongObjectId from raw binary representation.
|
static LongObjectId |
LongObjectId.fromString(byte[] buf,
int offset)
Convert a LongObjectId from hex characters (US-ASCII).
|
static LongObjectId |
LongObjectId.fromString(String str)
Convert a LongObjectId from hex characters.
|
LongObjectId |
AbbreviatedLongObjectId.toLongObjectId() |
LongObjectId |
LongObjectId.toObjectId() |
LongObjectId |
MutableLongObjectId.toObjectId() |
abstract LongObjectId |
AnyLongObjectId.toObjectId()
Obtain an immutable copy of this current object.
|
static LongObjectId |
LongObjectId.zeroId()
Get the special all-zero LongObjectId.
|
Modifier and Type | Method and Description |
---|---|
static String |
LongObjectId.toString(LongObjectId i)
Convert a LongObjectId into a hex string representation.
|
Modifier and Type | Method and Description |
---|---|
static LongObjectId |
LongObjectIdTestUtils.hash(Path file)
Create id as hash of a file content
|
static LongObjectId |
LongObjectIdTestUtils.hash(String s)
Create id as hash of the given string.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.