public interface OutputHandler
extends java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInput()
Gets the input stream.
|
void |
setInput(java.io.InputStream input)
Sets the input stream.
|
void setInput(java.io.InputStream input)
input
- the input stream. May be null
.java.io.InputStream getInput()
null
.