Uses of Interface
org.biojava.utils.process.InputHandler
-
Packages that use InputHandler 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 InputHandler in org.biojava.utils.process
Classes in org.biojava.utils.process that implement InputHandler Modifier and Type Class Description class
ReaderInputHandler
Reader input handler that reads the input for an external process from a reader.class
SimpleInputHandler
Simple input handler that reads the input for an external process from an input stream.Methods in org.biojava.utils.process that return InputHandler Modifier and Type Method Description InputHandler
ExternalProcess. getInputHandler()
Gets the input handler which is responsible for the standard input of the external process.Methods in org.biojava.utils.process with parameters of type InputHandler Modifier and Type Method Description void
ExternalProcess. setInputHandler(InputHandler inputHandler)
Sets the input handler which is responsible for the standard input of the external process.
-