Uses of Class
org.apache.tika.parser.microsoft.onenote.GUID
-
Packages that use GUID Package Description org.apache.tika.parser.microsoft.onenote -
-
Uses of GUID in org.apache.tika.parser.microsoft.onenote
Methods in org.apache.tika.parser.microsoft.onenote that return GUID Modifier and Type Method Description static GUID
GUID. fromCurlyBraceUTF16Bytes(byte[] guid)
Converts a GUID of format: {AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE} (in bytes) to a GUID object.GUID
ExtendedGUID. getGuid()
GUID
GlobalIdTableEntryFNDX. getGuid()
static GUID
GUID. nil()
GUID
GUID. setGuid(int[] guid)
Methods in org.apache.tika.parser.microsoft.onenote with parameters of type GUID Modifier and Type Method Description int
GUID. compareTo(GUID o)
ExtendedGUID
ExtendedGUID. setGuid(GUID guid)
GlobalIdTableEntryFNDX
GlobalIdTableEntryFNDX. setGuid(GUID guid)
Constructors in org.apache.tika.parser.microsoft.onenote with parameters of type GUID Constructor Description ExtendedGUID(GUID guid, long n)
-