DNet
Class ID

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

public class ID
extends java.lang.Object
implements Byte16


Field Summary
private  byte[] id
           
static int LENGTH
           
 
Constructor Summary
ID()
           
ID(byte[] id)
           
 
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

id

private byte[] id
Constructor Detail

ID

public ID()

ID

public ID(byte[] id)
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