コード例 #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     minorversion   = xdr.xdrDecodeInt();
     callback_ident = xdr.xdrDecodeInt();
     { int _size = xdr.xdrDecodeInt(); argarray = new nfs_cb_argop4[_size]; for (int _idx = 0; _idx < _size; ++_idx)
       {
           argarray[_idx] = new nfs_cb_argop4(xdr);
       }
     }
 }
コード例 #2
0
 public void xdrDecode(XdrDecodingStream xdr) {
     minorversion = xdr.xdrDecodeInt();
     callback_ident = xdr.xdrDecodeInt();
     { int _size = xdr.xdrDecodeInt(); argarray = new nfs_cb_argop4[_size]; for ( int _idx = 0; _idx < _size; ++_idx ) { argarray[_idx] = new nfs_cb_argop4(xdr); } }
 }