protected class ByteLookupCharset.Encoder extends CharsetEncoder
| Modifier | Constructor and Description |
|---|---|
protected |
Encoder(Charset cs)
Constructs an Encoder.
|
| Modifier and Type | Method and Description |
|---|---|
protected CoderResult |
encodeLoop(CharBuffer in,
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(Charset cs)
cs - the charset to which this encoder belongsprotected CoderResult encodeLoop(CharBuffer in, ByteBuffer out)
encodeLoop in class CharsetEncoderin - the input character bufferout - the output byte bufferCopyright © 2015 freeutils.net. All rights reserved.