|
Class Summary |
| ArrayDescriptor |
This private class is used by HDFArray to discover the
shape and type of an arbitrary array. |
| H5 |
|
| 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.,
|
| 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. |