public class InputOutputResponse extends JRemoteResponse
JBaseSerializable.TYPE
Modifier and Type | Field and Description |
---|---|
static int |
INPUTCMD |
static int |
OUTPUTCMD |
Constructor and Description |
---|
InputOutputResponse() |
Modifier and Type | Method and Description |
---|---|
int |
getCommand() |
JDynArray |
getOutput() |
int |
getType() |
void |
readObject(JBaseObjectReader reader,
int version) |
void |
writeObject(JBaseObjectWriter writer,
int version) |
getVersion
public static final int OUTPUTCMD
public static final int INPUTCMD
public int getCommand()
public JDynArray getOutput()
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
java.io.IOException
public void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public int getType()
JBaseSerializable.getType()