public interface StreamWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(java.io.OutputStream os,
StreamWriteOption... options)
The implementation write its content to given output stream.
|
void writeTo(java.io.OutputStream os,
StreamWriteOption... options)
os - output stream provided by framework