ncsa.hdf.hdflib
Class HDFCompModel
java.lang.Object
|
+--ncsa.hdf.hdflib.HDFCompModel
- public class HDFCompModel
- extends java.lang.Object
This class is a container for the parameters to the HDF
compression model structure.
The compression model encapsulates the data space to
be compressed: the number type, number of dimensions,
and size of each dimension.
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 |
comp_model
public int comp_model
nt
public int nt
ndim
public int ndim
dims
public int[] dims
HDFCompModel
public HDFCompModel()
HDFCompModel
public HDFCompModel(int cm,
int Nt,
int nd,
int[] Dims)
getDims
public int[] getDims()
getNDim
public int getNDim()