Class CharsetUTF32.CharsetDecoderUTF32

    • Field Detail

      • isBOMReadYet

        private boolean isBOMReadYet
      • actualEndianXOR

        private int actualEndianXOR
      • actualBOM

        private byte[] actualBOM
    • Constructor Detail

      • CharsetDecoderUTF32

        public CharsetDecoderUTF32​(CharsetICU cs)
    • Method Detail

      • 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