Uses of Interface
org.biojava.utils.process.InputHandler
Packages that use InputHandler
Package
Description
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 InputHandlerModifier and TypeClassDescriptionclassReader input handler that reads the input for an external process from a reader.final classSimple input handler that reads the input for an external process from an input stream.Methods in org.biojava.utils.process that return InputHandlerModifier and TypeMethodDescriptionExternalProcess.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 InputHandlerModifier and TypeMethodDescriptionvoidExternalProcess.setInputHandler(InputHandler inputHandler) Sets the input handler which is responsible for the standard input of the external process.