Package org.deepsymmetry.cratedigger.rpc
Class WriteArgs
- java.lang.Object
-
- org.deepsymmetry.cratedigger.rpc.WriteArgs
-
- All Implemented Interfaces:
org.acplt.oncrpc.XdrAble
public class WriteArgs extends Object implements org.acplt.oncrpc.XdrAble
-
-
Field Summary
Fields Modifier and Type Field Description intbeginOffsetNFSDatadataFHandlefileintoffsetinttotalCount
-
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
-
WriteArgs
public WriteArgs()
-
WriteArgs
public WriteArgs(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
-
-