public interface InputHandler extends Runnable
Modifier and Type | Method and Description |
---|---|
OutputStream |
getOutput()
Gets the output stream.
|
void |
setOutput(OutputStream output)
Sets the output stream.
|
void setOutput(OutputStream output)
output
- the output stream. May be null
.OutputStream getOutput()
null
.Copyright © 2014 BioJava. All rights reserved.