DNet
Class GUID

java.lang.Object
  |
  +--DNet.GUID

public class GUID
extends java.lang.Object
implements Byte16


Field Summary
private  byte[] guid
           
static int LENGTH
           
 
Constructor Summary
GUID()
           
GUID(byte[] guid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 byte[] getBytes()
           
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

LENGTH

public static final int LENGTH

guid

private byte[] guid
Constructor Detail

GUID

public GUID()

GUID

public GUID(byte[] guid)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface Byte16