jcifs.dcerpc
Class UUID

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.rpc.uuid_t
          extended byjcifs.dcerpc.UUID

public class UUID
extends rpc.uuid_t


Field Summary
 
Fields inherited from class jcifs.dcerpc.rpc.uuid_t
clock_seq_hi_and_reserved, clock_seq_low, node, time_hi_and_version, time_low, time_mid
 
Constructor Summary
UUID(java.lang.String str)
           
 
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 jcifs.dcerpc.rpc.uuid_t
decode, encode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UUID

public UUID(java.lang.String str)
Method Detail

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()