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, setOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOutput, setOutput
public 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 Runnable
run
in class StreamPipe
Copyright © 2014 BioJava. All rights reserved.