public interface OutputHandler extends Runnable
Modifier and Type | Method and Description |
---|---|
InputStream |
getInput()
Gets the input stream.
|
void |
setInput(InputStream input)
Sets the input stream.
|
void setInput(InputStream input)
input
- the input stream. May be null
.InputStream getInput()
null
.Copyright © 2014 BioJava. All rights reserved.