public void read(RPCInputStream in) throws RPCException, IOException {
   routineScopeHnd = in.readInt();
   lineNr = in.readInt();
   exeUnitHnd = in.readInt();
   instancePath.read(in);
   kind.read(in);
 }
 public void read(RPCInputStream in) throws RPCException, IOException {
   kind.read(in);
   exeUnit = in.readInt();
   instancePath.read(in);
   routineHdl = in.readInt();
   external = in.readString();
 }
 public void read(RPCInputStream in) throws RPCException, IOException {
   nrOfExeUnitHnd = in.readInt();
   exeUnitHnd_count = in.readInt();
   for (int for_i = 0; for_i < exeUnitHnd_count; for_i++) {
     exeUnitHnd[for_i] = in.readInt();
   }
   stepCmd.read(in);
 }
 public void read(RPCInputStream in) throws RPCException, IOException {
   iterHnd = in.readInt();
   dirEntryPaths_count = in.readInt();
   for (int for_i = 0; for_i < dirEntryPaths_count; for_i++) {
     dirEntryPaths[for_i] = in.readString();
   }
   retVal = in.readBool();
 }
 public void read(RPCInputStream in) throws RPCException, IOException {
   buffer_count = in.readInt();
   buffer = new int[buffer_count];
   for (int for_i = 0; for_i < buffer_count; for_i++) {
     buffer[for_i] = in.readInt();
   }
   nrBytes = in.readInt();
   bigEndian = in.readBool();
   retVal = in.readBool();
 }
 public void read(RPCInputStream in) throws RPCException, IOException {
   value_count = in.readInt();
   value = new TRepSysMsgEntryResp[value_count];
   for (int for_i = 0; for_i < value_count; for_i++) {
     value[for_i] = new TRepSysMsgEntryResp();
     value[for_i].read(in);
   }
 }
 public void read(RPCInputStream in) throws RPCException, IOException {
   retVal = in.readBool();
 }
 public void read(RPCInputStream in) throws RPCException, IOException {
   value = in.readInt();
 }
 public void read(RPCInputStream in) throws RPCException, IOException {
   startChangeCnt = in.readInt();
 }
 public void read(RPCInputStream in) throws RPCException, IOException {
   editHnd = in.readInt();
   pos.read(in);
   len = in.readInt();
   text = in.readString();
 }
 public void read(RPCInputStream in) throws RPCException, IOException {
   iterHnd = in.readInt();
   line = in.readString();
   retVal = in.readBool();
 }