org.biojava.utils.process
public class WriterOutputHandler extends ReaderWriterPipe implements OutputHandler
Constructor and Description |
---|
WriterOutputHandler(Writer writer,
String tag)
Initializes the writer output handler.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
getInput()
Gets the input stream.
|
void |
setInput(InputStream input)
Sets the input stream.
|
getReader, getWriter, run, setReader, setWriter
public void setInput(InputStream input)
setInput
in interface OutputHandler
input
- the input stream. May be null
.public InputStream getInput()
getInput
in interface OutputHandler
null
.