Package hdf.object

Class Dataset

Object
hdf.object.HObject
hdf.object.Dataset
All Implemented Interfaces:
DataFormat, Serializable
Direct Known Subclasses:
CompoundDS, ScalarDS

public abstract class Dataset extends HObject implements DataFormat
The abstract class provides general APIs to create and manipulate dataset/attribute objects, and retrieve dataset/attribute properties, datatype and dimension sizes. This class provides two convenient functions, read()/write(), to read/write data values. Reading/writing data may take many library calls if we use the library APIs directly. The read() and write functions hide all the details of these calls from users. For more details on dataset and attributes, See HDF5 Datasets in HDF5 User Guide HDF5 Attributes in HDF5 User Guide
Version:
1.1 9/4/2007
Author:
Peter X. Cao
See Also: