示例#1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     tag          = new utf8str_cs(xdr);
     minorversion = new uint32_t(xdr);
     { int size = xdr.xdrDecodeInt(); argarray = new nfs_argop4[size]; for (int idx = 0; idx < size; ++idx)
       {
           argarray[idx] = new nfs_argop4(xdr);
       }
     }
 }
示例#2
0
 public void xdrDecode(XdrDecodingStream xdr)
   {
     tag = new utf8str_cs(xdr);
     minorversion = new uint32_t(xdr);
     { int size = xdr.xdrDecodeInt(); argarray = new nfs_argop4[size]; for ( int idx = 0; idx < size; ++idx ) { argarray[idx] = new nfs_argop4(xdr); } }
 }