public abstract class StreamWriter
extends java.lang.Object
| Constructor and Description |
|---|
StreamWriter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
writeTo(java.io.OutputStream os)
The implementation write its content to given output stream.
|