All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.hdflib.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


Variable Index

 o level

Constructor Index

 o HDFDeflateCompInfo()

Variables

 o level
 public int level

Constructors

 o HDFDeflateCompInfo
 public HDFDeflateCompInfo()

All Packages  Class Hierarchy  This Package  Previous  Next  Index