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, unmappableCharacterAction
protected ByteBuffer bb
protected FixedDecoder(Charset cs, int decodeBytes, float averageCharsPerByte, float maxCharsPerByte)
protected CoderResult decodeLoop(ByteBuffer in, CharBuffer out)
decodeLoop
in class CharsetDecoder
protected abstract void decode(CharBuffer out)
protected CoderResult implFlush(CharBuffer out)
implFlush
in class CharsetDecoder
protected void implReset()
implReset
in class CharsetDecoder
Copyright © 2020. All rights reserved.