public final class SimpleInputHandler extends StreamPipe implements InputHandler
Constructor and Description |
---|
SimpleInputHandler(java.io.InputStream input,
java.lang.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(java.io.InputStream input, java.lang.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 java.lang.Runnable
run
in class StreamPipe