FileDocCategorySizeDatePackage
NdrHyper.javaAPI DocJCIFS 1.3.17 API1319Tue Oct 18 15:26:24 BST 2011jcifs.dcerpc.ndr

NdrHyper

public class NdrHyper extends NdrObject

Fields Summary
public long
value
Constructors Summary
public NdrHyper(long value)

        this.value = value;
    
Methods Summary
public voiddecode(NdrBuffer src)

        value = src.dec_ndr_hyper();
    
public voidencode(NdrBuffer dst)

        dst.enc_ndr_hyper(value);