Class charls.portable_anymap_file

java.lang.Object
gov.nih.mipav.model.file.charls.portable_anymap_file
Enclosing class:
charls

class charls.portable_anymap_file extends Object
  • Field Details

    • component_count_

      int component_count_
    • width_

      int width_
    • height_

      int height_
    • bits_per_sample_

      int bits_per_sample_
    • input_buffer_

      byte[] input_buffer_
  • Constructor Details

    • portable_anymap_file

      portable_anymap_file(String filename)
  • Method Details

    • 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 Vector<Integer> read_header(RandomAccessFile raFile)
    • log_2

      int log_2(int n)
    • convert_to_little_endian_if_needed

      void convert_to_little_endian_if_needed()