public interface StreamEncodeable
| Modifier and Type | Method and Description |
|---|---|
void |
encodeTo(EncodedAppender appender,
Encoder encoder)
Calls the encoder to encode the current content of the StreamEncodable
instance (itself) to the EncodedAppender.
|
void encodeTo(EncodedAppender appender, Encoder encoder) throws java.io.IOException
StreamingEncoder instance
and takes use of that interface.appender - the EncodedAppender instanceencoder - the encoderjava.io.IOException - Signals that an I/O exception has occurred.