Package hdf.hdflib

Class HDFDeflateCompInfo


  • public class HDFDeflateCompInfo
    extends HDFNewCompInfo

    This class is a container for the parameters to the HDF DEFLATION compression algorithm.

    In this case, the only parameter is the ``level'' of deflation.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int level  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • level

        public int level
    • Constructor Detail

      • HDFDeflateCompInfo

        public HDFDeflateCompInfo()
      • HDFDeflateCompInfo

        public HDFDeflateCompInfo​(int l)