public interface StreamingEncoder extends Encoder
| Modifier and Type | Method and Description |
|---|---|
void |
encodeToStream(Encoder thisInstance,
java.lang.CharSequence source,
int offset,
int len,
EncodedAppender appender,
EncodingState encodingState)
Encode and append portion of source CharSequence to the appender.
|
encode, isApplyToSafelyEncoded, isSafe, markEncodedgetCodecIdentifiervoid encodeToStream(Encoder thisInstance, java.lang.CharSequence source, int offset, int len, EncodedAppender appender, EncodingState encodingState) throws java.io.IOException
source - The source CharSequenceoffset - Offset from which to start encoding characterslen - Number of characters to encodeappender - the appender to write toencodingState - the current encoding statejava.io.IOException - Signals that an I/O exception has occurred.