Class CharsetISO2022.CharsetDecoderISO2022JP

    • Constructor Detail

      • CharsetDecoderISO2022JP

        public CharsetDecoderISO2022JP​(CharsetICU cs)
    • Method Detail

      • jisx201ToU

        private int jisx201ToU​(int value)
      • _2022ToSJIS

        private void _2022ToSJIS​(char c1,
                                 char c2,
                                 byte[] bytes)
      • decodeLoop

        protected java.nio.charset.CoderResult decodeLoop​(java.nio.ByteBuffer source,
                                                          java.nio.CharBuffer target,
                                                          java.nio.IntBuffer offsets,
                                                          boolean flush)
        Specified by:
        decodeLoop in class CharsetDecoderICU