Class ISO8859_14Decoder
- java.lang.Object
-
- java.nio.charset.CharsetDecoder
-
- org.apache.lucene.analysis.hunspell.ISO8859_14Decoder
-
final class ISO8859_14Decoder extends java.nio.charset.CharsetDecoder
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static char[]
TABLE
-
Constructor Summary
Constructors Constructor Description ISO8859_14Decoder()
-
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
-
-