|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Defines the XDR interface for all classes that implement types that can be written to or read from XDRStreams.
XDRStream| Method Summary | |
void |
xdr_decode(XDRStream xdrs)
Encodes the object in compliance to RFC 1832 (XDR). |
void |
xdr_encode(XDRStream xdrs)
Decodes the object in compliance to RFC 1832 (XDR). |
| Method Detail |
public void xdr_decode(XDRStream xdrs)
throws RPCError
xdrs - The XDR output stream.
RPCErrorpublic void xdr_encode(XDRStream xdrs)
xdrs - The XDR input stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||