Class ISO8859_14Decoder
java.lang.Object
java.nio.charset.CharsetDecoder
org.apache.lucene.analysis.hunspell.ISO8859_14Decoder
-
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
static final char[] TABLE
-
-
Constructor Details
-
ISO8859_14Decoder
ISO8859_14Decoder()
-
-
Method Details
-
decodeLoop
- Specified by:
decodeLoop
in classCharsetDecoder
-