|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.neem.impl.UUIDs
public abstract class UUIDs
UUID manipulation utilities.
Method Summary | |
---|---|
static java.util.UUID |
readUUIDFromBuffer(java.nio.ByteBuffer[] msg)
Read an UUID from an array of ByteBuffers into an UUID. |
static java.nio.ByteBuffer |
writeUUIDToBuffer(java.util.UUID uuid)
Write an UUID to a ByteBuffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.nio.ByteBuffer writeUUIDToBuffer(java.util.UUID uuid)
uuid
- The uuid to be written.
public static java.util.UUID readUUIDFromBuffer(java.nio.ByteBuffer[] msg)
msg
- The buffer from which to read the UUID from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |