Uses of Class
org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Packages that use AbbreviatedLongObjectId Package Description org.eclipse.jgit.lfs.lib -
-
Uses of AbbreviatedLongObjectId in org.eclipse.jgit.lfs.lib
Methods in org.eclipse.jgit.lfs.lib that return AbbreviatedLongObjectId Modifier and Type Method Description AbbreviatedLongObjectIdAnyLongObjectId. abbreviate(int len)Return an abbreviation (prefix) of this object SHA-256.private static AbbreviatedLongObjectIdAbbreviatedLongObjectId. fromHexString(byte[] bs, int ptr, int end)static AbbreviatedLongObjectIdAbbreviatedLongObjectId. fromLongObjectId(AnyLongObjectId id)Convert an AbbreviatedObjectId from anAnyObjectId.static AbbreviatedLongObjectIdAbbreviatedLongObjectId. fromString(byte[] buf, int offset, int end)Convert an AbbreviatedObjectId from hex characters (US-ASCII).static AbbreviatedLongObjectIdAbbreviatedLongObjectId. fromString(java.lang.String str)Convert an AbbreviatedLongObjectId from hex characters.Methods in org.eclipse.jgit.lfs.lib with parameters of type AbbreviatedLongObjectId Modifier and Type Method Description booleanAnyLongObjectId. startsWith(AbbreviatedLongObjectId abbr)Tests if this LongObjectId starts with the given abbreviation.
-