Class BytecoderCharsetDecoder


  • public class BytecoderCharsetDecoder
    extends java.nio.charset.CharsetDecoder
    • Constructor Summary

      Constructors 
      Constructor Description
      BytecoderCharsetDecoder​(java.nio.charset.Charset cs)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) char[] decodeFromBytes​(java.lang.String charsetName, byte[] data)  
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BytecoderCharsetDecoder

        public BytecoderCharsetDecoder​(java.nio.charset.Charset cs)
    • Method Detail

      • decodeLoop

        protected java.nio.charset.CoderResult decodeLoop​(java.nio.ByteBuffer in,
                                                          java.nio.CharBuffer out)
        Specified by:
        decodeLoop in class java.nio.charset.CharsetDecoder
      • decodeFromBytes

        char[] decodeFromBytes​(java.lang.String charsetName,
                               byte[] data)