Package org.biojava.utils.process
package org.biojava.utils.process
Classes and interfaces to execute external processes and to handle its input and output streams in multiple threads.
-
ClassDescriptionUtility class to execute an external process and to handle the
STDOUT
,STDERR
andSTDIN
streams in multiple threads managed by a thread pool.Interface to a threadable input handler for an external process.Interface to a threadable output handler for an external process.Reader input handler that reads the input for an external process from a reader.A multi threaded class which pipes the contents of an input reader to an output writer.Simple input handler that reads the input for an external process from an input stream.Simple output handler that pipes the output of an external process to an output stream.A multi threaded class which pipes the contents of an input stream to an output stream.Simple output handler that writes the output of an external process to an writer.