jcifs.dcerpc.ndr
Class NdrSmall

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

public class NdrSmall
extends NdrObject


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

NdrSmall

public NdrSmall(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