Package ncsa.hdf.hdflib

Class Summary
HDFArray This is a class for handling multidimensional arrays for HDF.
HDFChunkInfo This is a generic class to represent the HDF chunk_info union, which contains parameters for the different chunking schemes.
HDFCompInfo This class is a container for the parameters to the HDF comp_info union.
HDFConstants This interface defines the values of constants defined by the HDF 4.1 API.
HDFDeflateCompInfo This class is a container for the parameters to the HDF DEFLATION compression algorithm.
HDFDeprecated  
HDFIMCOMPCompInfo This class is a container for the parameters to the HDF ``Image compression'' compression class.
HDFJPEGCompInfo This class is a container for the parameters to the HDF JPEG compression class.
HDFLibrary This is the Java interface for the HDF 4.1 library.
HDFNativeData  
HDFNBITChunkInfo This class is a container for the parameters to the HDF NBIT compressed chunked class.
HDFNBITCompInfo This class is a container for the parameters to the HDF ``NBIT'' compression class.
HDFNewCompInfo This class is a generic container for the parameters to the HDF compressed classes, with the ``new'' encoding.
HDFOldCompInfo This class is a generic container for the parameters to the HDF compressed classes, with the ``ole'' encoding.
HDFOldRLECompInfo This class is a generic container for the parameters to the HDF RLE compressed classes, with the ``old'' type encoding.
HDFRLECompInfo This class is a generic container for the parameters to the HDF RLE compressed classes, with the ``new'' type encoding.
HDFSKPHUFFCompInfo This class is a generic container for the parameters to the HDF ``Skipping Huffman'' compression classes.
HDFSZIPCompInfo This class is a container for the parameters to the HDF SZIP compression algorithm.
HDFTable  
 

Exception Summary
HDFException The class HDFException returns errors from the HDF library.
HDFJavaException The class HDFJavaException returns errors from the Java wrapper of theHDF library.
HDFLibraryException The class HDFException returns errors raised by the HDF library.
HDFNotImplementedException HDFNotImplementedException indicates a function that is part of the HDF API, but which cannot or will not be implemented for Java.