Package org.deepsymmetry.cratedigger.rpc
Class ReadDirArgs
- java.lang.Object
-
- org.deepsymmetry.cratedigger.rpc.ReadDirArgs
-
- All Implemented Interfaces:
org.acplt.oncrpc.XdrAble
public class ReadDirArgs extends Object implements org.acplt.oncrpc.XdrAble
-
-
Constructor Summary
Constructors Constructor Description ReadDirArgs()ReadDirArgs(org.acplt.oncrpc.XdrDecodingStream xdr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidxdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)voidxdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
-
-
-
Constructor Detail
-
ReadDirArgs
public ReadDirArgs()
-
ReadDirArgs
public ReadDirArgs(org.acplt.oncrpc.XdrDecodingStream xdr) throws org.acplt.oncrpc.OncRpcException, IOException- Throws:
org.acplt.oncrpc.OncRpcExceptionIOException
-
-
Method Detail
-
xdrEncode
public void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr) throws org.acplt.oncrpc.OncRpcException, IOException- Specified by:
xdrEncodein interfaceorg.acplt.oncrpc.XdrAble- Throws:
org.acplt.oncrpc.OncRpcExceptionIOException
-
xdrDecode
public void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr) throws org.acplt.oncrpc.OncRpcException, IOException- Specified by:
xdrDecodein interfaceorg.acplt.oncrpc.XdrAble- Throws:
org.acplt.oncrpc.OncRpcExceptionIOException
-
-