Uses of Interface
net.metanotion.util.ObjectInputStream

Packages that use ObjectInputStream
net.metanotion.util   
 

Uses of ObjectInputStream in net.metanotion.util
 

Classes in net.metanotion.util that implement ObjectInputStream
 class ByteChunkInputStream
           
 

Methods in net.metanotion.util that return ObjectInputStream
 ObjectInputStream<I> ObjectPipe.getInput()
          Return the reader side of the pipe.
 

Constructors in net.metanotion.util with parameters of type ObjectInputStream
DispatchObjectStream(Dispatcher<I,ObjectInputStream> d, ObjectInputStream ois, ObjectOutputStream oos, I i)
           
ObjectStreamPump(ObjectInputStream<I> in, ObjectOutputStream<I> out)
          Create a stream pump.
 

Constructor parameters in net.metanotion.util with type arguments of type ObjectInputStream
DispatchObjectStream(Dispatcher<I,ObjectInputStream> d, ObjectInputStream ois, ObjectOutputStream oos, I i)