|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.io.XStreamInputOutputFactory
Implements an input-output implementation factory based on the XStream library.
Constructor Summary | |
XStreamInputOutputFactory()
|
Method Summary | |
IInputImp |
create(java.io.InputStream stream)
Wrap a stream within an input implementation. |
IOutputImp |
create(java.io.OutputStream stream)
Wrap a stream within an output implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XStreamInputOutputFactory()
Method Detail |
public final IInputImp create(java.io.InputStream stream)
create
in interface IInputOutputImpFactory
stream
- the input stream to wrap
public final IOutputImp create(java.io.OutputStream stream)
create
in interface IInputOutputImpFactory
stream
- the output stream to wrap
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |