protected class ByteLookupCharset.Decoder
extends java.nio.charset.CharsetDecoder
| Modifier | Constructor and Description |
|---|---|
protected |
Decoder(java.nio.charset.Charset cs)
Constructs a Decoder.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.nio.charset.CoderResult |
decodeLoop(java.nio.ByteBuffer in,
java.nio.CharBuffer out)
Decodes one or more bytes into one or more characters.
|
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, isAutoDetecting, isCharsetDetected, malformedInputAction, maxCharsPerByte, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterActionprotected Decoder(java.nio.charset.Charset cs)
cs - the charset to which this decoder belongsprotected java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer in,
java.nio.CharBuffer out)
decodeLoop in class java.nio.charset.CharsetDecoderin - the input byte bufferout - the output character buffer