public abstract static class CharsetUtils.FixedDecoder extends CharsetDecoder
| Modifier and Type | Field and Description |
|---|---|
protected ByteBuffer |
bb |
| Modifier | Constructor and Description |
|---|---|
protected |
FixedDecoder(Charset cs,
int decodeBytes,
float averageCharsPerByte,
float maxCharsPerByte) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
decode(CharBuffer out) |
protected CoderResult |
decodeLoop(ByteBuffer in,
CharBuffer out) |
protected CoderResult |
implFlush(CharBuffer out) |
protected void |
implReset() |
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, isAutoDetecting, isCharsetDetected, malformedInputAction, maxCharsPerByte, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterActionprotected ByteBuffer bb
protected FixedDecoder(Charset cs, int decodeBytes, float averageCharsPerByte, float maxCharsPerByte)
protected CoderResult decodeLoop(ByteBuffer in, CharBuffer out)
decodeLoop in class CharsetDecoderprotected abstract void decode(CharBuffer out)
protected CoderResult implFlush(CharBuffer out)
implFlush in class CharsetDecoderprotected void implReset()
implReset in class CharsetDecoderCopyright © 2020. All rights reserved.