Package | Description |
---|---|
org.biojava.utils.process |
Classes and interfaces to execute external processes and to handle its input and output streams in multiple threads.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
InputHandler |
ExternalProcess.getInputHandler()
Gets the input handler which is responsible for the standard input
of the external process.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalProcess.setInputHandler(InputHandler inputHandler)
Sets the input handler which is responsible for the standard input
of the external process.
|
Copyright © 2014 BioJava. All rights reserved.