示例#1
0
 public void xdrDecode(XdrDecodingStream xdr) {
     loca_length = new length4(xdr);
     loca_reclaim = xdr.xdrDecodeBoolean();
     loca_stateid = new stateid4(xdr);
     loca_last_write_offset = new newoffset4(xdr);
     loca_time_modify = new newtime4(xdr);
     loca_layoutupdate = new layoutupdate4(xdr);
 }
示例#2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     loca_length            = new length4(xdr);
     loca_reclaim           = xdr.xdrDecodeBoolean();
     loca_stateid           = new stateid4(xdr);
     loca_last_write_offset = new newoffset4(xdr);
     loca_time_modify       = new newtime4(xdr);
     loca_layoutupdate      = new layoutupdate4(xdr);
 }