Package hdf.object

Class Group

Object
hdf.object.HObject
hdf.object.Group
All Implemented Interfaces:
MetaDataContainer, Serializable
Direct Known Subclasses:
FitsGroup, H4Group, H5Group, NC2Group

public abstract class Group extends HObject implements MetaDataContainer
Group is an abstract class. Current implementing classes are the H4Group and H5Group. This class includes general information of a group object such as members of a group and common operations on groups. Members of a group may include other groups, datasets or links.
Version:
1.1 9/4/2007
Author:
Peter X. Cao
See Also: