- clear() - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
- compareTo(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Compare this LongObjectId to another and obtain a sort ordering.
- compareTo(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Compare this LongObjectId to a network-byte-order LongObjectId.
- compareTo(long[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Compare this LongObjectId to a network-byte-order LongObjectId.
- Constants - Class in org.eclipse.jgit.lfs.lib
-
Misc.
- Constants() - Constructor for class org.eclipse.jgit.lfs.lib.Constants
-
- CONTENT_TYPE_GIT_LFS_JSON - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
Content type used by LFS REST API as defined in
"https://github.com/github/git-lfs/blob/master/docs/api/http-v1-batch.md"
- copy() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Obtain an immutable copy of this current object.
- copyRawTo(ByteBuffer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an output writer in raw binary.
- copyRawTo(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to a byte array.
- copyRawTo(long[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an long array.
- copyRawTo(OutputStream) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an output writer in raw binary.
- copyTo(OutputStream) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an output writer in hex format.
- copyTo(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to a byte array in hex format.
- copyTo(ByteBuffer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to a ByteBuffer in hex format.
- copyTo(Writer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an output writer in hex format.
- copyTo(char[], Writer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an output writer in hex format.
- copyTo(char[], StringBuilder) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to a StringBuilder in hex format.
- CorruptLongObjectException - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when an object id is given that doesn't match the hash of the object's
content
- CorruptLongObjectException(AnyLongObjectId, AnyLongObjectId, String) - Constructor for exception org.eclipse.jgit.lfs.errors.CorruptLongObjectException
-
Corrupt long object detected.
- fromLongObjectId(AnyLongObjectId) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
- fromObjectId(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Copy an LongObjectId into this mutable buffer.
- fromRaw(byte[]) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from raw binary representation.
- fromRaw(byte[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from raw binary representation.
- fromRaw(long[]) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from raw binary representation.
- fromRaw(long[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from raw binary representation.
- fromRaw(byte[]) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert an LongObjectId from raw binary representation.
- fromRaw(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert an LongObjectId from raw binary representation.
- fromRaw(long[]) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert an LongObjectId from binary representation expressed in integers.
- fromRaw(long[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert an LongObjectId from binary representation expressed in longs.
- fromString(byte[], int, int) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Convert an AbbreviatedObjectId from hex characters (US-ASCII).
- fromString(String) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Convert an AbbreviatedLongObjectId from hex characters.
- fromString(byte[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from hex characters (US-ASCII).
- fromString(String) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from hex characters.
- fromString(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert an LongObjectId from hex characters (US-ASCII).
- fromString(String) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert an LongObjectId from hex characters.