Uses of Class
ncsa.hdf.hdflib.HDFChunkInfo

Packages that use HDFChunkInfo
ncsa.hdf.hdflib   
 

Uses of HDFChunkInfo in ncsa.hdf.hdflib
 

Subclasses of HDFChunkInfo in ncsa.hdf.hdflib
 class HDFNBITChunkInfo
           This class is a container for the parameters to the HDF NBIT compressed chunked class.
 

Methods in ncsa.hdf.hdflib with parameters of type HDFChunkInfo
static boolean HDFLibrary.GRgetchunkinfo(int sdsid, HDFChunkInfo chunk_def, int[] flag)
           
static boolean HDFLibrary.GRsetchunk(int sdsid, HDFChunkInfo chunk_def, int flags)
           
static boolean HDFLibrary.SDgetchunkinfo(int sdsid, HDFChunkInfo chunk_def, int[] clflags)
           
static boolean HDFLibrary.SDsetchunk(int sdsid, HDFChunkInfo chunk_def, int flags)