Package ncsa.hdf.object

Interface Summary
DataFormat An interface provides general I/O operations for read/write information about the object.
Metadata Metadata is a general interface about supporting data.
 

Class Summary
Attribute An attribute is a (name, value) pair metadata that are attached to primary datasets and groups.
CompoundDS A CompoundDS is data set of compound datatypes.
Dataset The abstract class includes general information of a dataset object such as datatype and dimensions, and common operation on the dataset such as read/write data values.
Datatype Datatype encapsulates information of a datatype.
FileFormat This FileFormat defines general I/O accessing interface to file resources, such as open/close file, and retrieve file structure.
Group Group is an abstract class.
HObject HObject is the base class for for all the data objects.
ScalarDS A scalar dataset is a multiple dimension array of scalar points.