public void xdrDecode(XdrDecodingStream xdr) { this._item = new NFSHandle(); this._item.Version = V2.RPC.NFSv2Protocol.NFS_VERSION; this._item.xdrDecode(xdr); this._cookie = new NFSCookie(xdr); this._count = xdr.xdrDecodeInt(); }