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 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 CoderResultdecodeLoopCoreOptimized(ByteBuffer source, CharBuffer target, byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) protected CoderResultdecodeLoopCoreUnoptimized(ByteBuffer source, CharBuffer target) Methods inherited from class CharsetASCII.CharsetDecoderASCII
decodeLoop, decodeMalformedOrUnmappableMethods inherited from class CharsetDecoderICU
decode, decodeLoop, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReset, isFallbackUsed, isToUUseFallback, isToUUseFallback, maxBytesPerChar, setToUCallback, toUCountPending, toUnicodeWithCallback, toUWriteUCharsMethods inherited from class 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:
decodeLoopCoreOptimizedin classCharsetASCII.CharsetDecoderASCII
-
decodeLoopCoreUnoptimized
- Overrides:
decodeLoopCoreUnoptimizedin classCharsetASCII.CharsetDecoderASCII
-