|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.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 fromMethod Detail |
public final void write(ICommand command)
write
in interface IOutputImp
command
- the command to writepublic final void close()
close
in interface IOutputImp
public final boolean isClosed()
isClosed
in interface IOutputImp
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |