ncsa.hdf.hdflib
Class HDFDeflateCompInfo

java.lang.Object
  extended by ncsa.hdf.hdflib.HDFCompInfo
      extended by ncsa.hdf.hdflib.HDFNewCompInfo
          extended by 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
 int level
           
 
Fields inherited from class ncsa.hdf.hdflib.HDFNewCompInfo
ctype
 
Constructor Summary
HDFDeflateCompInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

public int level
Constructor Detail

HDFDeflateCompInfo

public HDFDeflateCompInfo()