public void read(RPCInputStream in) throws RPCException, IOException { status.read(in); retVal = in.readBool(); }
public void write(RPCOutputStream out) throws RPCException, IOException { status.write(out); out.writeBool(retVal); }