public interface IStreamable
This interface is used for dervices that renders document to a stream.
Modifier and Type | Method and Description |
---|---|
OutputStream |
getOutputStream()
Gets an output stream.
|
void |
setOutputStream(OutputStream stream)
Gets an output stream.
|
OutputStream getOutputStream()
Gets an output stream.
void setOutputStream(OutputStream stream)
Gets an output stream.
stream
- An output stream.