Class FileJPEG2000.opj_codestream_index_t

java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_codestream_index_t
Enclosing class:
FileJPEG2000

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

    • 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
    • marker

      list of markers
    • maxmarknum

      int maxmarknum
      actual size of markers array
    • nb_of_tiles

      int nb_of_tiles
    • tile_index

  • Constructor Details

    • opj_codestream_index_t

      opj_codestream_index_t()