Class FileJPEG2000.opj_packet_info_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_packet_info_t
    extends java.lang.Object
    Index structure : Information concerning a packet inside tile
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double disto
      packet distorsion
      (package private) long end_ph_pos
      end of packet header position (including EPH marker if it exists)
      (package private) long end_pos
      packet end position
      (package private) long start_pos
      packet start position (including SOP marker if it exists)
    • 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
        packet start position (including SOP marker if it exists)
      • end_ph_pos

        long end_ph_pos
        end of packet header position (including EPH marker if it exists)
      • end_pos

        long end_pos
        packet end position
      • disto

        double disto
        packet distorsion
    • Constructor Detail

      • opj_packet_info_t

        opj_packet_info_t()