jcifs.dcerpc.ndr
Class NdrShort

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.ndr.NdrShort

public class NdrShort
extends NdrObject


Field Summary
 int value
           
 
Constructor Summary
NdrShort(int value)
           
 
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

value

public int value
Constructor Detail

NdrShort

public NdrShort(int value)
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