Package hdf.hdflib
Class HDFDeflateCompInfo
java.lang.Object
hdf.hdflib.HDFCompInfo
hdf.hdflib.HDFNewCompInfo
hdf.hdflib.HDFDeflateCompInfo
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 inherited from class hdf.hdflib.HDFNewCompInfo
ctype
-
Constructor Summary
-
Method Summary
-
Field Details
-
level
public int level
-
-
Constructor Details
-
HDFDeflateCompInfo
public HDFDeflateCompInfo() -
HDFDeflateCompInfo
public HDFDeflateCompInfo(int l)
-