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 LongObjectIdAnyLongObjectId.copy()Obtain an immutable copy of this current object.private static final LongObjectIdLongObjectId.fromHexString(byte[] bs, int p) static final LongObjectIdLongObjectId.fromRaw(byte[] bs) Convert a LongObjectId from raw binary representation.static final LongObjectIdLongObjectId.fromRaw(byte[] bs, int p) Convert a LongObjectId from raw binary representation.static final LongObjectIdLongObjectId.fromRaw(long[] is) Convert a LongObjectId from raw binary representation.static final LongObjectIdLongObjectId.fromRaw(long[] is, int p) Convert a LongObjectId from raw binary representation.static final LongObjectIdLongObjectId.fromString(byte[] buf, int offset) Convert a LongObjectId from hex characters (US-ASCII).static LongObjectIdLongObjectId.fromString(String str) Convert a LongObjectId from hex characters.AbbreviatedLongObjectId.toLongObjectId()Convert to LongObjectIdabstract LongObjectIdAnyLongObjectId.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 LongObjectIdLongObjectId.zeroId()Get the special all-zero LongObjectId.Methods in org.eclipse.jgit.lfs.lib with parameters of type LongObjectIdModifier and TypeMethodDescriptionstatic final StringLongObjectId.toString(LongObjectId i) Convert a LongObjectId into a hex string representation.