public class UniqueIdentifier
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
bytes |
Constructor and Description |
---|
UniqueIdentifier(byte[] id)
Construct a unique identifier with the supplied byte array.
|
public UniqueIdentifier(byte[] id)
public byte[] getBytes()
byte[]
.public java.lang.String toString()
Format is NNNNNNNN-NNNN-NNNN-NNNN-NNNNNNNNNNNN.
toString
in class java.lang.Object
String
.Generated on June 8 2013