Uses of Interface
jtge.engine.io.IInputImp

Packages that use IInputImp
jtge.engine.io IO package.  
 

Uses of IInputImp in jtge.engine.io
 

Classes in jtge.engine.io that implement IInputImp
 class ObjectInput
          Provides an input implementation based on object serialization.
 class XStreamInput
          Implements an input implementation based on the XStream library.
 

Methods in jtge.engine.io that return IInputImp
 IInputImp XStreamInputOutputFactory.create(java.io.InputStream stream)
          Wrap a stream within an input implementation.
 IInputImp ObjectInputOutputFactory.create(java.io.InputStream stream)
          Wrap a stream within an input implementation.
 IInputImp IInputOutputImpFactory.create(java.io.InputStream stream)
          Wrap a stream within an input implementation.
 

Constructors in jtge.engine.io with parameters of type IInputImp
Input(IConsumer consumer, IDisconnectionObserver observer, IInputImp input)
          Create an input.
 



Copyright © 2003-2005 . All Rights Reserved.