Uses of Class
org.eclipse.jgit.lfs.lib.LongObjectId
Packages that use LongObjectId
-
Uses of LongObjectId in org.eclipse.jgit.lfs.lib
Fields in org.eclipse.jgit.lfs.lib declared as LongObjectIdMethods in org.eclipse.jgit.lfs.lib that return LongObjectIdModifier and TypeMethodDescriptionfinal LongObjectId
AnyLongObjectId.copy()
Obtain an immutable copy of this current object.private static final LongObjectId
LongObjectId.fromHexString
(byte[] bs, int p) static final LongObjectId
LongObjectId.fromRaw
(byte[] bs) Convert a LongObjectId from raw binary representation.static final LongObjectId
LongObjectId.fromRaw
(byte[] bs, int p) Convert a LongObjectId from raw binary representation.static final LongObjectId
LongObjectId.fromRaw
(long[] is) Convert a LongObjectId from raw binary representation.static final LongObjectId
LongObjectId.fromRaw
(long[] is, int p) Convert a LongObjectId from raw binary representation.static final 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.AbbreviatedLongObjectId.toLongObjectId()
Convert to LongObjectIdabstract LongObjectId
AnyLongObjectId.toObjectId()
Obtain an immutable copy of this current object.LongObjectId.toObjectId()
Obtain an immutable copy of this current object.MutableLongObjectId.toObjectId()
Obtain an immutable copy of this current object.static final LongObjectId
LongObjectId.zeroId()
Get the special all-zero LongObjectId.Methods in org.eclipse.jgit.lfs.lib with parameters of type LongObjectIdModifier and TypeMethodDescriptionstatic final String
LongObjectId.toString
(LongObjectId i) Convert a LongObjectId into a hex string representation.