jcifs.dcerpc
Class rpc.unicode_string

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.rpc.unicode_string
Direct Known Subclasses:
UnicodeString
Enclosing class:
rpc

public static class rpc.unicode_string
extends NdrObject


Field Summary
 short[] buffer
           
 short length
           
 short maximum_length
           
 
Constructor Summary
rpc.unicode_string()
           
 
Method Summary
 void decode(NdrBuffer _src)
           
 void encode(NdrBuffer _dst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

public short length

maximum_length

public short maximum_length

buffer

public short[] buffer
Constructor Detail

rpc.unicode_string

public rpc.unicode_string()
Method Detail

encode

public void encode(NdrBuffer _dst)
            throws NdrException
Specified by:
encode in class NdrObject
Throws:
NdrException

decode

public void decode(NdrBuffer _src)
            throws NdrException
Specified by:
decode in class NdrObject
Throws:
NdrException