|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFlapCommand
Provides an interface to a FLAP command that contains FLAP data on a specific channel of a FLAP connection.
| Constructor Summary | |
protected |
FlapCommand(int channel)
Creates a FLAP command on the given FLAP channel. |
| Method Summary | |
int |
getChannel()
Returns the channel on which this FLAP command resides. |
abstract void |
writeData(java.io.OutputStream out)
Writes this command's FLAP data to the given stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected FlapCommand(int channel)
channel - the FLAP channel associated with this command| Method Detail |
public final int getChannel()
public abstract void writeData(java.io.OutputStream out)
throws java.io.IOException
out - the stream to which the FLAP data should be written
java.io.IOException - if an I/O error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||