Package com.ibm.icu.charset
Class Charset88591.CharsetDecoder88591
- java.lang.Object
-
- java.nio.charset.CharsetDecoder
-
- com.ibm.icu.charset.CharsetDecoderICU
-
- com.ibm.icu.charset.CharsetASCII.CharsetDecoderASCII
-
- com.ibm.icu.charset.Charset88591.CharsetDecoder88591
-
- Enclosing class:
- Charset88591
class Charset88591.CharsetDecoder88591 extends CharsetASCII.CharsetDecoderASCII
-
-
Field Summary
-
Fields inherited from class com.ibm.icu.charset.CharsetDecoderICU
charErrorBufferArray, charErrorBufferBegin, charErrorBufferLength, EXT_MAX_BYTES, invalidCharBuffer, invalidCharLength, mode, preToUArray, preToUBegin, preToUFirstLength, preToULength, toCharErrorBehaviour, toUBytesArray, toUBytesBegin, toUContext, toULength, toUnicodeStatus
-
-
Constructor Summary
Constructors Constructor Description CharsetDecoder88591(CharsetICU cs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.nio.charset.CoderResult
decodeLoopCoreOptimized(java.nio.ByteBuffer source, java.nio.CharBuffer target, byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit)
protected java.nio.charset.CoderResult
decodeLoopCoreUnoptimized(java.nio.ByteBuffer source, java.nio.CharBuffer target)
-
Methods inherited from class com.ibm.icu.charset.CharsetASCII.CharsetDecoderASCII
decodeLoop, decodeMalformedOrUnmappable
-
Methods inherited from class com.ibm.icu.charset.CharsetDecoderICU
decode, decodeLoop, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReset, isFallbackUsed, isToUUseFallback, isToUUseFallback, maxBytesPerChar, setToUCallback, toUCountPending, toUnicodeWithCallback, toUWriteUChars
-
Methods inherited from class java.nio.charset.CharsetDecoder
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implReplaceWith, isAutoDetecting, isCharsetDetected, malformedInputAction, maxCharsPerByte, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction
-
-
-
-
Constructor Detail
-
CharsetDecoder88591
public CharsetDecoder88591(CharsetICU cs)
-
-
Method Detail
-
decodeLoopCoreOptimized
protected java.nio.charset.CoderResult decodeLoopCoreOptimized(java.nio.ByteBuffer source, java.nio.CharBuffer target, byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit)
- Overrides:
decodeLoopCoreOptimized
in classCharsetASCII.CharsetDecoderASCII
-
decodeLoopCoreUnoptimized
protected java.nio.charset.CoderResult decodeLoopCoreUnoptimized(java.nio.ByteBuffer source, java.nio.CharBuffer target)
- Overrides:
decodeLoopCoreUnoptimized
in classCharsetASCII.CharsetDecoderASCII
-
-