public void xdrDecode(XdrDecodingStream xdr) { this._file = new NFSHandle(); this._file.Version = V2.RPC.NFSv2Protocol.NFS_VERSION; this._file.xdrDecode(xdr); this._attributes = new CreateAttributes(xdr); }
public void xdrDecode(XdrDecodingStream xdr) { this._from = new ItemOperationArguments(xdr); this._to = new Name(xdr); this._attributes = new CreateAttributes(xdr); }