public void read(RPCInputStream in) throws RPCException, IOException {
   msgData.read(in);
   param.read(in);
   format.read(in);
 }