public final class SimpleInputHandler extends StreamPipe implements InputHandler
| Constructor and Description | 
|---|
SimpleInputHandler(InputStream input,
                  String tag)
Initializes the simple input handler. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
run() | 
getInput, getOutput, setInput, setOutputclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutput, setOutputpublic SimpleInputHandler(InputStream input, String tag)
input - the input stream from which to read the input for the 
 external process. May be null.tag - a tag for logging. May be null.public void run()
run in interface Runnablerun in class StreamPipeCopyright © 2020 BioJava. All rights reserved.