java.lang.Object
java.nio.charset.CharsetDecoder
org.jcodings.spi.ISO_8859_16.Decoder
- Enclosing class:
- ISO_8859_16
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CoderResult
decodeLoop
(ByteBuffer in, CharBuffer out) Methods inherited from class java.nio.charset.CharsetDecoder
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, isAutoDetecting, isCharsetDetected, malformedInputAction, maxCharsPerByte, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction
-
Field Details
-
TABLE
private static final char[] TABLE
-
-
Constructor Details
-
Decoder
Decoder(Charset charset)
-
-
Method Details
-
decodeLoop
- Specified by:
decodeLoop
in classCharsetDecoder
-