Esempio n. 1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._item         = new NFSHandle();
     this._item.Version = V3.RPC.NFSv3Protocol.NFS_V3;
     this._item.xdrDecode(xdr);
     this._cookie     = new NFSCookie(xdr);
     this._cookieverf = xdr.xdrDecodeOpaque(NFSv3Protocol.NFS3_COOKIEVERFSIZE);
     this._count      = xdr.xdrDecodeInt();
 }
Esempio n. 2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._item = new NFSHandle();
     this._item.Version = V3.RPC.NFSv3Protocol.NFS_V3;
     this._item.xdrDecode(xdr);
     this._cookie = new NFSCookie(xdr);
     this._cookieverf = xdr.xdrDecodeOpaque(NFSv3Protocol.NFS3_COOKIEVERFSIZE);
     this._count = xdr.xdrDecodeInt();
 }