Uses of Package
org.biojava.utils.process

Packages that use org.biojava.utils.process
org.biojava.utils.process Classes and interfaces to execute external processes and to handle its input and output streams in multiple threads. 
 

Classes in org.biojava.utils.process used by org.biojava.utils.process
InputHandler
          Interface to a threadable input handler for an external process.
OutputHandler
          Interface to a threadable output handler for an external process.
ReaderWriterPipe
          A multi threaded class which pipes the contents of an input reader to an output writer.
StreamPipe
          A multi threaded class which pipes the contents of an input stream to an output stream.