jcifs.dcerpc.ndr

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

decode, encode

Field Details

value

public int value

Constructor Details

NdrLong

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