Class Summary |
XdrBoolean |
Instances of the class XdrBoolean represent (de-)serializeable
booleans, which are especially useful in cases where a result with only a
single boolean is expected from a remote function call or only a single
boolean parameter needs to be supplied. |
XdrBufferDecodingStream |
The XdrBufferDecodingStream class provides the necessary
functionality to XdrDecodingStream to retrieve XDR packets from
a byte buffer. |
XdrBufferEncodingStream |
The XdrBufferEncodingStream class provides a buffer-based
XDR stream. |
XdrByte |
Instances of the class XdrByte represent (de-)serializeable
bytes, which are especially useful in cases where a result with only a
single byte is expected from a remote function call or only a single
byte parameter needs to be supplied. |
XdrBytes |
Instances of the class XdrBytes represent (de-)serializeable
bytes values, which are especially useful in cases where a result with only a
single bytes value is expected from a remote function call or only a single
bytes value parameter needs to be supplied. |
XdrChar |
Instances of the class XdrChar represent (de-)serializeable
chars, which are especially useful in cases where a result with only a
single char is expected from a remote function call or only a single
char parameter needs to be supplied. |
XdrDecodingStream |
Defines the abstract base class for all decoding XDR streams. |
XdrDouble |
Instances of the class XdrDouble represent (de-)serializeable
doubles, which are especially useful in cases where a result with only a
single double is expected from a remote function call or only a single
double parameter needs to be supplied. |
XdrDynamicOpaque |
Instances of the class XdrDynamicOpaque represent (de-)serializeable
dynamic-size opaque values, which are especially useful in cases where a result with only a
single opaque value is expected from a remote function call or only a single
opaque value parameter needs to be supplied. |
XdrEncodingStream |
Defines the abstract base class for all encoding XDR streams. |
XdrFloat |
Instances of the class XdrFloat represent (de-)serializeable
floats, which are especially useful in cases where a result with only a
single float is expected from a remote function call or only a single
float parameter needs to be supplied. |
XdrInt |
Instances of the class XdrInt represent (de-)serializeable
integers, which are especially useful in cases where a result with only a
single int is expected from a remote function call or only a single
int parameter needs to be supplied. |
XdrLong |
Instances of the class XdrLong represent (de-)serializeable
longs (64 bit), which are especially useful in cases where a result with only a
single long is expected from a remote function call or only a single
long parameter needs to be supplied. |
XdrOpaque |
Instances of the class XdrOpaque represent (de-)serializeable
fixed-size opaque values, which are especially useful in cases where a result with only a
single opaque value is expected from a remote function call or only a single
opaque value parameter needs to be supplied. |
XdrShort |
Instances of the class XdrShort represent (de-)serializeable
shorts, which are especially useful in cases where a result with only a
single short is expected from a remote function call or only a single
short parameter needs to be supplied. |
XdrString |
Instances of the class XdrString represent (de-)serializeable
strings, which are especially useful in cases where a result with only a
single string is expected from a remote function call or only a single
string parameter needs to be supplied. |
XdrUnion |
The abstract base class XdrUnion helps (de-)serializing
polymorphic classes. |
XdrVoid |
Instances of the class XdrVoid represent (de-)serializeable
voids, which are especially useful in cases where no result is expected
from a remote function call or no parameters are supplied. |