|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjtge.engine.io.XStreamOutput
Implements an output implementation based on the XStream library.
| Constructor Summary | |
XStreamOutput(java.io.OutputStream stream)
Create an output. |
|
| Method Summary | |
void |
close()
Close the input if needed. |
boolean |
isClosed()
Check whether the output is closed or not. |
void |
write(ICommand command)
Write one command. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XStreamOutput(java.io.OutputStream stream)
stream - the stream to read data from| Method Detail |
public final void write(ICommand command)
write in interface IOutputImpcommand - the command to writepublic final void close()
close in interface IOutputImppublic final boolean isClosed()
isClosed in interface IOutputImp
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||