Class FileJPEG2000.opj_dec_memory_marker_handler_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_dec_memory_marker_handler_t
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int handler
      action linked to the marker
      (package private) int id
      marker value
      (package private) int states
      value of the state when the marker can appear
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        int id
        marker value
      • states

        int states
        value of the state when the marker can appear
      • handler

        int handler
        action linked to the marker
    • Constructor Detail

      • opj_dec_memory_marker_handler_t

        opj_dec_memory_marker_handler_t​(int id,
                                        int states,
                                        int handler)