|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectParsingFramework.MicroOperations.BinaryUUID
public class BinaryUUID
Micro Parser for Parsing and Composing Integers from/to binary data.
Constructor Summary | |
---|---|
BinaryUUID(IParseOperations parent)
|
Method Summary | |
---|---|
java.util.UUID |
inUUID(byte[] bytes)
Covert a 128 bit byte array to a Java UUID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinaryUUID(IParseOperations parent)
Method Detail |
---|
public java.util.UUID inUUID(byte[] bytes) throws DataNotOfTypeException
bytes
- The array of bytes
DataNotOfTypeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |