|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XdrAble
Defines the interface for all classes that should be able to be serialized into XDR streams, and deserialized or constructed from XDR streams.
| Method Summary | |
|---|---|
void |
xdrDecode(XdrDecodingStream xdr)
Decodes -- that is: deserializes -- an object from a XDR stream in compliance to RFC 1832. |
void |
xdrEncode(XdrEncodingStream xdr)
Encodes -- that is: serializes -- an object into a XDR stream in compliance to RFC 1832. |
| Method Detail |
|---|
void xdrEncode(XdrEncodingStream xdr)
throws OncRpcException,
java.io.IOException
xdr - XDR stream to which information is sent for encoding.
OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
void xdrDecode(XdrDecodingStream xdr)
throws OncRpcException,
java.io.IOException
xdr - XDR stream from which decoded information is retrieved.
OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||