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
-
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected CoderResult
decodeLoopCoreOptimized
(ByteBuffer source, CharBuffer target, byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) protected CoderResult
decodeLoopCoreUnoptimized
(ByteBuffer source, 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 Details
-
CharsetDecoder88591
-
-
Method Details
-
decodeLoopCoreOptimized
protected CoderResult decodeLoopCoreOptimized(ByteBuffer source, CharBuffer target, byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) - Overrides:
decodeLoopCoreOptimized
in classCharsetASCII.CharsetDecoderASCII
-
decodeLoopCoreUnoptimized
- Overrides:
decodeLoopCoreUnoptimized
in classCharsetASCII.CharsetDecoderASCII
-