Package ncsa.hdf.hdf5lib

Class Summary
H5 This class is the Java interface for the HDF5 library This code is the called by Java programs to access the entry points of the HDF5 1.2 library.
HDF5CDataTypes Class HDF5CDataTypes contains C constants and enumerated types of HDF5 library which are set at runtime, the Java constants need to be converted to C constants with the function call J2C(int) in HDF5Library class.
HDF5Constants Class HDF5Constants contains the C define constants and enumerated types of HDF5 library, e.g., HDF5Library.H5Pcreate(HDF5Constants.H5P_FILE_ACCESS); These values are generated automatically by /etc/Makefile Do not edit this file!
HDF5GroupInfo This class is a container for the information reported about an HDF5 Object from the H5Gget_obj_info() method.
HDFArray This is a class for handling multidimensional arrays for HDF.
HDFNativeData This class encapsulates native methods to deal with arrays of numbers, converting from numbers to bytes and bytes to numbers.