ncsa.hdf.hdflib
Class HDFCompChunkInfo
java.lang.Object
|
+--ncsa.hdf.hdflib.HDFChunkInfo
|
+--ncsa.hdf.hdflib.HDFCompChunkInfo
- public class HDFCompChunkInfo
- extends HDFChunkInfo
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chunk_lengths
public int[] chunk_lengths
comp_type
public int comp_type
model_type
public int model_type
cinfo
public HDFCompInfo cinfo
cmodel
public HDFCompModel cmodel
HDFCompChunkInfo
public HDFCompChunkInfo()
HDFCompChunkInfo
public HDFCompChunkInfo(int[] cl,
int ct,
int mt,
HDFCompInfo ci,
HDFCompModel cm)