ncsa.hdf.hdflib
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
Modifier and Type | Field and Description |
---|---|
int |
level |
ctype
Constructor and Description |
---|
HDFDeflateCompInfo() |
HDFDeflateCompInfo(int l) |