ncsa.hdf.hdflib
Class HDFChunkInfo
java.lang.Object
ncsa.hdf.hdflib.HDFChunkInfo
- Direct Known Subclasses:
- HDFNBITChunkInfo
public class HDFChunkInfo
- extends java.lang.Object
This is a generic class to represent the HDF chunk_info
union, which contains parameters for the different
chunking schemes.
The variant parameters are expressed as sub-classes of this
class.
For details of the HDF libraries, see the HDF Documentation at:
http://hdf.ncsa.uiuc.edu
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ctype
public int ctype
chunk_lengths
public int[] chunk_lengths
comp_type
public int comp_type
cinfo
public HDFCompInfo cinfo
HDFChunkInfo
public HDFChunkInfo()
HDFChunkInfo
public HDFChunkInfo(int[] cl,
int ct,
HDFCompInfo ci)
HDFChunkInfo
public HDFChunkInfo(int[] cl)