jcifs.dcerpc.ndr

Class 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 jcifs.dcerpc.ndr.NdrObject

decode, encode

Field Details

value

public long value

Constructor Details

NdrHyper

public NdrHyper(long value)

Method Details

decode

public void decode(NdrBuffer src)
            throws NdrException
Overrides:
decode in interface NdrObject

encode

public void encode(NdrBuffer dst)
            throws NdrException
Overrides:
encode in interface NdrObject