Uses of Class
org.biojava.utils.process.StreamPipe
-
Packages that use StreamPipe Package Description org.biojava.utils.process Classes and interfaces to execute external processes and to handle its input and output streams in multiple threads. -
-
Uses of StreamPipe in org.biojava.utils.process
Subclasses of StreamPipe in org.biojava.utils.process Modifier and Type Class Description classSimpleInputHandlerSimple input handler that reads the input for an external process from an input stream.classSimpleOutputHandlerSimple output handler that pipes the output of an external process to an output stream.
-