示例#1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     stamp = xdr.xdrDecodeInt();
     machinename = xdr.xdrDecodeString();
     uid = xdr.xdrDecodeInt();
     gid = xdr.xdrDecodeInt();
     gids = xdr.xdrDecodeIntVector();
 }
示例#2
0
 public void xdrDecode(XdrDecodingStream xdr)
 { this._value = xdr.xdrDecodeString(); }
示例#3
0
 public void xdrDecode(XdrDecodingStream xdr) {
     na_r_addr = xdr.xdrDecodeString();
 }