Uses of Interface
hdf.object.DataFormat
-
Packages that use DataFormat Package Description hdf.object -
-
Uses of DataFormat in hdf.object
Subinterfaces of DataFormat in hdf.object Modifier and Type Interface Description interface
CompoundDataFormat
An interface that provides general operations for data with a Compound datatype.Classes in hdf.object that implement DataFormat Modifier and Type Class Description class
Attribute
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.class
CompoundDS
A CompoundDS is a dataset with compound datatype.class
Dataset
The abstract class provides general APIs to create and manipulate dataset objects, and retrieve dataset properties, datatype and dimension sizes.class
ScalarDS
A scalar dataset is a multiple dimension array of scalar points.
-