|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.newdawn.dss.common.Command
org.newdawn.dss.common.NullCommand
Empty command, doesn't do anything. Use as a blocker
| Constructor Summary | |
NullCommand()
Create new command |
|
| Method Summary | |
void |
readImpl(java.io.DataInputStream in)
Provided to allow subclasses to add their data |
void |
writeImpl(java.io.DataOutputStream out)
Provided to allow subclasses to add their data |
| Methods inherited from class org.newdawn.dss.common.Command |
getCode, getPriorityHint, getSequenceNumber, getTime, read, setPriorityHint, setSequenceNumber, setTime, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NullCommand()
| Method Detail |
public void writeImpl(java.io.DataOutputStream out)
throws java.io.IOException
Command
writeImpl in class Commandout - The output stream to which the data should be written
java.io.IOException - Indicates a failure to send the dataCommand.writeImpl(java.io.DataOutputStream)
public void readImpl(java.io.DataInputStream in)
throws java.io.IOException
Command
readImpl in class Commandin - The input stream from which to read the data
java.io.IOException - Indicates a failure to read the dataCommand.readImpl(java.io.DataInputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||