Class ExtendedGUID
java.lang.Object
org.apache.tika.parser.microsoft.onenote.ExtendedGUID
- All Implemented Interfaces:
Comparable<ExtendedGUID>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(ExtendedGUID other) boolean
getGuid()
long
getN()
int
hashCode()
static ExtendedGUID
nil()
This method is used to convert the element of ExtendedGUID object into a byte List.setN
(long n) toString()
-
Constructor Details
-
ExtendedGUID
public ExtendedGUID() -
ExtendedGUID
-
-
Method Details
-
nil
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ExtendedGUID>
-
equals
-
hashCode
public int hashCode() -
toString
-
getGuid
-
setGuid
-
getExtendedGuidString
-
getN
public long getN() -
setN
-
SerializeToByteList
This method is used to convert the element of ExtendedGUID object into a byte List.- Returns:
- Return the byte list which store the byte information of ExtendedGUID
-