|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOutputImp | |
jtge.engine.io | IO package. |
Uses of IOutputImp in jtge.engine.io |
Classes in jtge.engine.io that implement IOutputImp | |
class |
ObjectOutput
Implements an output implementation based on object serialization. |
class |
XStreamOutput
Implements an output implementation based on the XStream library. |
Methods in jtge.engine.io that return IOutputImp | |
IOutputImp |
XStreamInputOutputFactory.create(java.io.OutputStream stream)
Wrap a stream within an output implementation. |
IOutputImp |
ObjectInputOutputFactory.create(java.io.OutputStream stream)
Wrap a stream within an output implementation. |
IOutputImp |
IInputOutputImpFactory.create(java.io.OutputStream stream)
Wrap a stream within an output implementation. |
Constructors in jtge.engine.io with parameters of type IOutputImp | |
Output(IDisconnectionObserver observer,
IOutputImp output)
Create an output. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |