Class charls.scan_encoder

    • Field Detail

      • bit_buffer_

        int bit_buffer_
      • free_bit_count_

        int free_bit_count_
      • compressed_length_

        int compressed_length_
      • mask_

        int mask_
      • position_

        byte[] position_
      • position_offset

        int position_offset
      • is_ff_written_

        boolean is_ff_written_
      • bytes_written_

        int bytes_written_
    • Method Detail

      • encode_run_pixels

        void encode_run_pixels​(int run_length,
                               boolean end_of_line)
      • append_to_bit_stream

        void append_to_bit_stream​(int bits,
                                  int bit_count)
      • end_scan

        void end_scan()
      • flush

        void flush()
      • get_length

        int get_length()
      • append_ones_to_bit_stream

        void append_ones_to_bit_stream​(int bit_count)