|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.utils.process.StreamPipe
org.biojava.utils.process.SimpleOutputHandler
public class SimpleOutputHandler
Simple output handler that pipes the output of an external process to an output stream.
Constructor Summary | |
---|---|
SimpleOutputHandler(java.io.OutputStream output,
java.lang.String tag)
Initializes the simple output handler. |
Method Summary |
---|
Methods inherited from class org.biojava.utils.process.StreamPipe |
---|
getInput, getOutput, run, setInput, setOutput |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.biojava.utils.process.OutputHandler |
---|
getInput, setInput |
Methods inherited from interface java.lang.Runnable |
---|
run |
Constructor Detail |
---|
public SimpleOutputHandler(java.io.OutputStream output, java.lang.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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |