Class AdapterHelper
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.AdapterHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UUID
readGuid
(byte[] byteArray, int startIndex) This method is used to read the Guid for byte array.static ExGuid
xorExtendedGUID
(ExtendedGUID exGuid1, ExtendedGUID exGuid2) XOR two ExtendedGUID instances.
-
Constructor Details
-
AdapterHelper
public AdapterHelper()
-
-
Method Details
-
readGuid
This method is used to read the Guid for byte array.- Parameters:
byteArray
- The byte array.startIndex
- The offset of the Guid value.- Returns:
- Return the value of Guid.
-
xorExtendedGUID
XOR two ExtendedGUID instances.- Parameters:
exGuid1
- The first ExtendedGUID instance.exGuid2
- The second ExtendedGUID instance.- Returns:
- Returns the result of XOR two ExtendedGUID instances.
- Throws:
IOException
-