public class SimpleOutputHandler extends StreamPipe implements OutputHandler
| Constructor and Description |
|---|
SimpleOutputHandler(OutputStream output,
String tag)
Initializes the simple output handler.
|
getInput, getOutput, run, setInput, setOutputclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInput, setInputpublic SimpleOutputHandler(OutputStream output, String tag)
output - the output stream to which to write the output of the
external process. May be null.tag - a tag for logging. May be null.Copyright © 2020 BioJava. All rights reserved.