Class libjpeg.JHUFF_TBL

  • Enclosing class:
    libjpeg

    class libjpeg.JHUFF_TBL
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] bits  
      (package private) int[] huffval  
      (package private) boolean sent_table  
    • Constructor Summary

      Constructors 
      Constructor Description
      JHUFF_TBL()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • bits

        int[] bits
      • huffval

        int[] huffval
      • sent_table

        boolean sent_table
    • Constructor Detail

      • JHUFF_TBL

        JHUFF_TBL()