jcifs.dcerpc.ndr
Class NdrHyper

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

public class NdrHyper
extends NdrObject


Field Summary
 long value
           
 
Constructor Summary
NdrHyper(long 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 long value
Constructor Detail

NdrHyper

public NdrHyper(long 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