jcifs.dcerpc

Class rpc.unicode_string

Enclosing Class:
rpc
Known Direct Subclasses:
UnicodeString

public static class rpc.unicode_string
extends NdrObject

Field Summary

short[]
buffer
short
length
short
maximum_length

Method Summary

void
decode(NdrBuffer _src)
void
encode(NdrBuffer _dst)

Methods inherited from class jcifs.dcerpc.ndr.NdrObject

decode, encode

Field Details

buffer

public short[] buffer

length

public short length

maximum_length

public short maximum_length

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