public class Utf8Decoder extends CharsetDecoder
Constructor and Description |
---|
Utf8Decoder() |
Modifier and Type | Method and Description |
---|---|
protected CoderResult |
decodeLoop(ByteBuffer in,
CharBuffer out) |
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, isAutoDetecting, isCharsetDetected, malformedInputAction, maxCharsPerByte, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction
protected CoderResult decodeLoop(ByteBuffer in, CharBuffer out)
decodeLoop
in class CharsetDecoder
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.