Class Attribute

  • All Implemented Interfaces:
    AutoCloseable

    @Namespace("H5")
    @NoOffset
    @Properties(inherit=hdf5.class)
    public class Attribute
    extends AbstractDs
    \class Attribute \brief Class Attribute operates on HDF5 attributes.

    An attribute has many characteristics similar to a dataset, thus both Attribute and DataSet are derivatives of AbstractDs. Attribute also inherits from H5Location because an attribute can be used to specify a location.