protected class EscapedByteLookupCharset.Decoder
extends java.nio.charset.CharsetDecoder
Modifier | Constructor and Description |
---|---|
protected |
Decoder(java.nio.charset.Charset cs)
Constructs a Decoder.
|
protected |
Decoder(java.nio.charset.Charset cs,
float averageCharsPerByte,
float maxCharsPerByte)
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, unmappableCharacterAction
protected Decoder(java.nio.charset.Charset cs)
cs
- the charset to which this decoder belongsprotected Decoder(java.nio.charset.Charset cs, float averageCharsPerByte, float maxCharsPerByte)
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.CharsetDecoder
in
- the input byte bufferout
- the output character buffer