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