Class FileJPEG2000.opj_marker_info_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_marker_info_t
    extends java.lang.Object
    Marker structure
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int len
      length, marker val included
      (package private) long pos
      position in codestream
      (package private) short type
      marker type
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • type

        short type
        marker type
      • pos

        long pos
        position in codestream
      • len

        int len
        length, marker val included
    • Constructor Detail

      • opj_marker_info_t

        opj_marker_info_t()