Class FileJPEG2000.opj_tp_index_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_tp_index_t
    extends java.lang.Object
    Index structure about a tile part
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long end_header
      end position of the header
      (package private) long end_pos
      end position
      (package private) long start_pos
      start position
    • Constructor Summary

      Constructors 
      Constructor Description
      opj_tp_index_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • start_pos

        long start_pos
        start position
      • end_header

        long end_header
        end position of the header
      • end_pos

        long end_pos
        end position
    • Constructor Detail

      • opj_tp_index_t

        opj_tp_index_t()