Class charls.portable_anymap_file

  • Enclosing class:
    charls

    class charls.portable_anymap_file
    extends java.lang.Object
    • Field Detail

      • component_count_

        int component_count_
      • width_

        int width_
      • height_

        int height_
      • bits_per_sample_

        int bits_per_sample_
      • input_buffer_

        byte[] input_buffer_
    • Constructor Detail

      • portable_anymap_file

        portable_anymap_file​(java.lang.String filename)
    • Method Detail

      • width

        public int width()
      • height

        public int height()
      • component_count

        public int component_count()
      • bits_per_sample

        public int bits_per_sample()
      • image_data

        public byte[] image_data()
      • read_header

        private java.util.Vector<java.lang.Integer> read_header​(java.io.RandomAccessFile raFile)
      • log_2

        int log_2​(int n)
      • convert_to_little_endian_if_needed

        void convert_to_little_endian_if_needed()