public void write(RPCOutputStream out) throws RPCException, IOException { out.writeInt(routineScopeHnd); out.writeInt(lineNr); out.writeInt(exeUnitHnd); instancePath.write(out); kind.write(out); }
public void write(RPCOutputStream out) throws RPCException, IOException { kind.write(out); out.writeInt(exeUnit); instancePath.write(out); out.writeInt(routineHdl); out.writeString(external); }
public void write(RPCOutputStream out) throws RPCException, IOException { out.writeInt(nrOfExeUnitHnd); out.writeInt(exeUnitHnd_count); for (int for_i = 0; for_i < exeUnitHnd_count; for_i++) { out.writeInt(exeUnitHnd[for_i]); } stepCmd.write(out); }
public void write(RPCOutputStream out) throws RPCException, IOException { out.writeInt(iterHnd); out.writeInt(dirEntryPaths_count); for (int for_i = 0; for_i < dirEntryPaths_count; for_i++) { out.writeString(dirEntryPaths[for_i]); } out.writeBool(retVal); }
public void write(RPCOutputStream out) throws RPCException, IOException { out.writeInt(buffer_count); for (int for_i = 0; for_i < buffer_count; for_i++) { out.writeInt(buffer[for_i]); } out.writeInt(nrBytes); out.writeBool(bigEndian); out.writeBool(retVal); }
public void write(RPCOutputStream out) throws RPCException, IOException { out.writeBool(retVal); }
public void write(RPCOutputStream out) throws RPCException, IOException { out.writeInt(value); }
public void write(RPCOutputStream out) throws RPCException, IOException { out.writeInt(startChangeCnt); }
public void write(RPCOutputStream out) throws RPCException, IOException { out.writeInt(value_count); for (int for_i = 0; for_i < value_count; for_i++) { value[for_i].write(out); } }
public void write(RPCOutputStream out) throws RPCException, IOException { out.writeInt(editHnd); pos.write(out); out.writeInt(len); out.writeString(text); }
public void write(RPCOutputStream out) throws RPCException, IOException { out.writeInt(iterHnd); out.writeString(line); out.writeBool(retVal); }