Class DataSet

  • All Implemented Interfaces:
    AutoCloseable

    @Namespace("H5")
    @NoOffset
    @Properties(inherit=hdf5.class)
    public class DataSet
    extends H5Object
    \class DataSet \brief Class DataSet operates on HDF5 datasets.

    An datasets has many characteristics similar to an attribute, thus both Attribute and DataSet are derivatives of AbstractDs. DataSet also inherits from H5Object because a dataset is an HDF5 object.