示例#1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     lo_length  = new length4(xdr);
     lo_iomode  = xdr.xdrDecodeInt();
     lo_content = new layout_content4(xdr);
 }
示例#2
0
 public void xdrDecode(XdrDecodingStream xdr) {
     lo_length = new length4(xdr);
     lo_iomode = xdr.xdrDecodeInt();
     lo_content = new layout_content4(xdr);
 }