Class FileJPEG2000.opj_codestream_index_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_codestream_index_t
    extends java.lang.Object
    Index structure of the codestream (FIXME should be expand and enhance)
    • Field Detail

      • main_head_start

        long main_head_start
        main header start position (SOC position)
      • main_head_end

        long main_head_end
        main header end position (first SOT position)
      • codestream_size

        long codestream_size
        codestream's size
      • marknum

        int marknum
        number of markers
      • maxmarknum

        int maxmarknum
        actual size of markers array
      • nb_of_tiles

        int nb_of_tiles
    • Constructor Detail

      • opj_codestream_index_t

        opj_codestream_index_t()