Class FitsGroup

Object
hdf.object.HObject
hdf.object.Group
hdf.object.fits.FitsGroup
All Implemented Interfaces:
MetaDataContainer, Serializable

public class FitsGroup extends Group
An H5Group represents HDF5 group, inheriting from Group. Every HDF5 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 subdirectories or files.
Version:
1.1 9/4/2007
Author:
Peter X. Cao
See Also: