UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Interface
edu.berkeley.guir.lib.io.PipeCallback

Packages that use PipeCallback
edu.berkeley.guir.lib.io Utilities for manipulating non-graphical input and output. 
 

Uses of PipeCallback in edu.berkeley.guir.lib.io
 

Classes in edu.berkeley.guir.lib.io that implement PipeCallback
 class PipeAdapter
          An adapter for the pipe that implements the PipeCallback.
 

Methods in edu.berkeley.guir.lib.io with parameters of type PipeCallback
 void Pipe.setCallback(PipeCallback cb)
          Sets the pipe callback, which is called when the pipe closes.
 

Constructors in edu.berkeley.guir.lib.io with parameters of type PipeCallback
Pipe(InputStream istream, OutputStream ostream, PipeCallback cb)
          Create a Pipe between the specified InputStream and OutputStream.
 


Copyright Information