public class SimpleOutputHandler extends StreamPipe implements OutputHandler
Constructor and Description |
---|
SimpleOutputHandler(OutputStream output,
String tag)
Initializes the simple output handler.
|
getInput, getOutput, run, setInput, setOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInput, setInput
public 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 © 2014 BioJava. All rights reserved.