Uses of Class
org.biojava.utils.process.ReaderWriterPipe
Packages that use ReaderWriterPipe
Package
Description
Classes and interfaces to execute external processes and to handle its input and output streams in multiple threads.
-
Uses of ReaderWriterPipe in org.biojava.utils.process
Subclasses of ReaderWriterPipe in org.biojava.utils.processModifier and TypeClassDescriptionclass
Reader input handler that reads the input for an external process from a reader.class
Simple output handler that writes the output of an external process to an writer.