protected class ByteLookupCharset.Encoder
extends java.nio.charset.CharsetEncoder
| Modifier | Constructor and Description |
|---|---|
protected |
Encoder(java.nio.charset.Charset cs)
Constructs an Encoder.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.nio.charset.CoderResult |
encodeLoop(java.nio.CharBuffer in,
java.nio.ByteBuffer out)
Encodes one or more characters into one or more bytes.
|
averageBytesPerChar, canEncode, canEncode, charset, encode, encode, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, isLegalReplacement, malformedInputAction, maxBytesPerChar, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterActionprotected Encoder(java.nio.charset.Charset cs)
cs - the charset to which this encoder belongsprotected java.nio.charset.CoderResult encodeLoop(java.nio.CharBuffer in,
java.nio.ByteBuffer out)
encodeLoop in class java.nio.charset.CharsetEncoderin - the input character bufferout - the output byte buffer