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