All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ncsa.hdf.hdflib.HDFChunkInfo | +----ncsa.hdf.hdflib.HDFCompChunkInfo
This class is a container for the parameters to the HDF compressed, chunked class.
In this case, the information includes the compression type, the model type, an appropriate HDFCompInfo object and an appropriate HDFConfModel object.
For details of the HDF libraries, see the HDF Documentation at: http://hdf.ncsa.uiuc.edu
public int chunk_lengths[]
public int comp_type
public int model_type
public HDFCompInfo cinfo
public HDFCompModel cmodel
public HDFCompChunkInfo()
public HDFCompChunkInfo(int cl[], int ct, int mt, HDFCompInfo ci, HDFCompModel cm)
All Packages Class Hierarchy This Package Previous Next Index