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 interfaceCompoundDataFormatAn interface that provides general operations for data with a Compound datatype.Classes in hdf.object that implement DataFormat Modifier and Type Class Description classAttributeAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classCompoundDSA CompoundDS is a dataset with compound datatype.classDatasetThe abstract class provides general APIs to create and manipulate dataset objects, and retrieve dataset properties, datatype and dimension sizes.classScalarDSA scalar dataset is a multiple dimension array of scalar points.
-