public interface StreamingEncoderWritable
| Modifier and Type | Method and Description |
|---|---|
void |
encodeTo(java.io.Writer writer,
EncodesToWriter encoder)
Asks the instance to use given writer and EncodesToWriter instance to encode
it's content
|
void encodeTo(java.io.Writer writer,
EncodesToWriter encoder)
throws java.io.IOException
writer - the target writer instanceencoder - the encoderjava.io.IOException - Signals that an I/O exception has occurred.