Package ncsa.hdf.hdflib
Class HDFDeflateCompInfo
- java.lang.Object
-
- ncsa.hdf.hdflib.HDFCompInfo
-
- ncsa.hdf.hdflib.HDFNewCompInfo
-
- ncsa.hdf.hdflib.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.
For details of the HDF libraries, see the HDF Documentation at: http://hdf.ncsa.uiuc.edu
-
-
Field Summary
Fields Modifier and Type Field Description int
level
-
Fields inherited from class ncsa.hdf.hdflib.HDFNewCompInfo
ctype
-
-
Constructor Summary
Constructors Constructor Description HDFDeflateCompInfo()
HDFDeflateCompInfo(int l)
-