Package org.jcodings.spi
Class ISO_8859_16.Decoder
- java.lang.Object
-
- java.nio.charset.CharsetDecoder
-
- org.jcodings.spi.ISO_8859_16.Decoder
-
- Enclosing class:
- ISO_8859_16
private static class ISO_8859_16.Decoder extends java.nio.charset.CharsetDecoder
-
-
Field Summary
Fields Modifier and Type Field Description private static char[]
TABLE
-
Constructor Summary
Constructors Constructor Description Decoder(java.nio.charset.Charset charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.nio.charset.CoderResult
decodeLoop(java.nio.ByteBuffer in, java.nio.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
-
-