jcifs.dcerpc
Class UUID
java.lang.Object
jcifs.dcerpc.ndr.NdrObject
jcifs.dcerpc.rpc.uuid_t
jcifs.dcerpc.UUID
public class UUID
- extends rpc.uuid_t
Method Summary |
static java.lang.String |
bin_to_hex(int value,
int length)
|
static int |
hex_to_bin(char[] arr,
int offset,
int length)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UUID
public UUID(rpc.uuid_t uuid)
UUID
public UUID(java.lang.String str)
hex_to_bin
public static int hex_to_bin(char[] arr,
int offset,
int length)
bin_to_hex
public static java.lang.String bin_to_hex(int value,
int length)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object