Package hdf.object.h5

Class H5Group

Object
hdf.object.HObject
hdf.object.Group
hdf.object.h5.H5Group
All Implemented Interfaces:
MetaDataContainer, Serializable

public class H5Group extends Group
An H5Group object represents an existing HDF5 group in file. In HDF5, every object has at least one name. An HDF5 group is used to store a set of the names together in one place, i.e. a group. The general structure of a group is similar to that of the UNIX file system in that the group may contain references to other groups or data objects just as the UNIX directory may contain sub-directories or files. For more information on HDF5 Groups, HDF5 Groups in HDF5 User Guide
Version:
1.1 9/4/2007
Author:
Peter X. Cao
See Also: