|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputHandler | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
ExternalProcess.setInputHandler(InputHandler inputHandler)
Sets the input handler which is responsible for the standard input of the external process. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |