Class AdapterHelper
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.AdapterHelper
 
- 
 public class AdapterHelper extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description AdapterHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static UUIDreadGuid(byte[] byteArray, int startIndex)This method is used to read the Guid for byte array.static ExGuidxorExtendedGUID(ExtendedGUID exGuid1, ExtendedGUID exGuid2)XOR two ExtendedGUID instances.
 
- 
- 
- 
Method Detail- 
readGuidpublic static UUID readGuid(byte[] byteArray, int startIndex) 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.
 
 - 
xorExtendedGUIDpublic static ExGuid xorExtendedGUID(ExtendedGUID exGuid1, ExtendedGUID exGuid2) throws IOException 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
 
 
- 
 
-