public class AdapterHelper extends Object
| Constructor and Description |
|---|
AdapterHelper() |
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
public static UUID readGuid(byte[] byteArray, int startIndex)
byteArray - The byte array.startIndex - The offset of the Guid value.public static ExGuid xorExtendedGUID(ExtendedGUID exGuid1, ExtendedGUID exGuid2) throws IOException
exGuid1 - The first ExtendedGUID instance.exGuid2 - The second ExtendedGUID instance.IOExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.