Uses of Class
edu.rice.cs.util.JoinInputStream

Packages that use JoinInputStream
edu.rice.cs.util A collection of utility classes and packages. 
 

Uses of JoinInputStream in edu.rice.cs.util
 

Fields in edu.rice.cs.util declared as JoinInputStream
protected  JoinInputStream ProcessSequence._combinedInputJoinedWithDebugStream
          The combined input stream of all the processes, plus a debug stream.
protected  JoinInputStream ProcessChain._combinedInputJoinedWithDebugStream
          The combined input stream of all the processes, plus a debug stream.
(package private)  JoinInputStream ReaderThread.monitor
           
 

Constructors in edu.rice.cs.util with parameters of type JoinInputStream
ReaderThread(JoinInputStream monitor, InputStream stream, int bufferSize)