Uses of Class
ncsa.hdf.hdflib.HDFCompInfo

Packages that use HDFCompInfo
ncsa.hdf.hdflib   
 

Uses of HDFCompInfo in ncsa.hdf.hdflib
 

Subclasses of HDFCompInfo in ncsa.hdf.hdflib
 class HDFDeflateCompInfo
           This class is a container for the parameters to the HDF DEFLATION compression algorithm.
 class HDFIMCOMPCompInfo
           This class is a container for the parameters to the HDF ``Image compression'' compression class.
 class HDFJPEGCompInfo
           This class is a container for the parameters to the HDF JPEG compression class.
 class HDFNBITCompInfo
           This class is a container for the parameters to the HDF ``NBIT'' compression class.
 class HDFNewCompInfo
           This class is a generic container for the parameters to the HDF compressed classes, with the ``new'' encoding.
 class HDFOldCompInfo
           This class is a generic container for the parameters to the HDF compressed classes, with the ``ole'' encoding.
 class HDFOldRLECompInfo
           This class is a generic container for the parameters to the HDF RLE compressed classes, with the ``old'' type encoding.
 class HDFRLECompInfo
           This class is a generic container for the parameters to the HDF RLE compressed classes, with the ``new'' type encoding.
 class HDFSKPHUFFCompInfo
           This class is a generic container for the parameters to the HDF ``Skipping Huffman'' compression classes.
 class HDFSZIPCompInfo
           This class is a container for the parameters to the HDF SZIP compression algorithm.
 

Fields in ncsa.hdf.hdflib declared as HDFCompInfo
 HDFCompInfo HDFChunkInfo.cinfo
           
 

Methods in ncsa.hdf.hdflib with parameters of type HDFCompInfo
static boolean HDFLibrary.DF24setcompress(int type, HDFCompInfo cinfo)
           
static boolean HDFLibrary.DFR8setcompress(int type, HDFCompInfo cinfo)
           
static boolean HDFLibrary.GRgetcompress(int ri_id, HDFCompInfo c_info)
           
static boolean HDFLibrary.GRsetcompress(int ri_id, int comp_type, HDFCompInfo c_info)
           
static boolean HDFLibrary.SDgetcompress(int id, HDFCompInfo cinfo)
           
static boolean HDFLibrary.SDsetcompress(int id, int type, HDFCompInfo cinfo)
           
 

Constructors in ncsa.hdf.hdflib with parameters of type HDFCompInfo
HDFChunkInfo(int[] cl, int ct, HDFCompInfo ci)