Uses of Class
org.apache.tika.parser.microsoft.onenote.ExtendedGUID
-
Packages that use ExtendedGUID Package Description org.apache.tika.parser.microsoft.onenote org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic -
-
Uses of ExtendedGUID in org.apache.tika.parser.microsoft.onenote
Methods in org.apache.tika.parser.microsoft.onenote that return ExtendedGUID Modifier and Type Method Description static ExtendedGUID
ExtendedGUID. nil()
ExtendedGUID
ExtendedGUID. setGuid(GUID guid)
ExtendedGUID
ExtendedGUID. setN(long n)
Methods in org.apache.tika.parser.microsoft.onenote with parameters of type ExtendedGUID Modifier and Type Method Description int
ExtendedGUID. compareTo(ExtendedGUID other)
-
Uses of ExtendedGUID in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with parameters of type ExtendedGUID Modifier and Type Method Description static ExGuid
AdapterHelper. xorExtendedGUID(ExtendedGUID exGuid1, ExtendedGUID exGuid2)
XOR two ExtendedGUID instances.
-