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); } } }
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); } } }