jcifs.dcerpc.ndr
Class NdrLong

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

public class NdrLong
extends NdrObject


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

NdrLong

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