Ejemplo n.º 1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     nfl_util = new nfl_util4(xdr);
     nfl_first_stripe_index = xdr.xdrDecodeInt();
     nfl_pattern_offset = new offset4(xdr);
     { int _size = xdr.xdrDecodeInt(); nfl_fh_list = new nfs_fh4[_size]; for (int _idx = 0; _idx < _size; ++_idx) { nfl_fh_list[_idx] = new nfs_fh4(xdr); } }
 }
 public void xdrDecode(XdrDecodingStream xdr)
 {
     nflh_util         = new nfl_util4(xdr);
     nflh_stripe_count = new count4(xdr);
 }
Ejemplo n.º 3
0
 public void xdrDecode(XdrDecodingStream xdr) {
     nflh_util = new nfl_util4(xdr);
     nflh_stripe_count = new count4(xdr);
 }
Ejemplo n.º 4
0
 public void xdrDecode(XdrDecodingStream xdr) {
     nfl_util = new nfl_util4(xdr);
     nfl_first_stripe_index = xdr.xdrDecodeInt();
     nfl_pattern_offset = new offset4(xdr);
     { int _size = xdr.xdrDecodeInt(); nfl_fh_list = new nfs_fh4[_size]; for ( int _idx = 0; _idx < _size; ++_idx ) { nfl_fh_list[_idx] = new nfs_fh4(xdr); } }
 }