All Packages Class Hierarchy This Package Previous Next Index
Interface distinct.rpc.XDRType
- public interface XDRType
- extends Serializable
Defines the XDR interface for all classes that implement
types that can be written to or read from XDRStreams.
- See Also:
- XDRStream
-
xdr_decode(XDRStream)
- Encodes the object in compliance to RFC 1832 (XDR).
-
xdr_encode(XDRStream)
- Decodes the object in compliance to RFC 1832 (XDR).
xdr_decode
public abstract void xdr_decode(XDRStream xdrs) throws RPCError
- Encodes the object in compliance to RFC 1832 (XDR).
- Parameters:
- xdrs - The XDR output stream.
xdr_encode
public abstract void xdr_encode(XDRStream xdrs)
- Decodes the object in compliance to RFC 1832 (XDR).
- Parameters:
- xdrs - The XDR input stream.
All Packages Class Hierarchy This Package Previous Next Index