getUuid
Converts a byte array to a 128-bit Uuid.
Return
Uuid
Parameters
offset
The index to start from.
order
The byte order, default is ByteOrder.BIG_ENDIAN.
Throws
If the byte array is shorter than 16 bytes long.
Converts a byte array to a 128-bit Uuid.
Uuid
The index to start from.
The byte order, default is ByteOrder.BIG_ENDIAN.
If the byte array is shorter than 16 bytes long.