Skip Navigation Links.

H5G Methods

The H5G type exposes the following members.

Methods

  NameDescription
Public methodStatic memberclose
Public methodStatic membercreate(H5LocId, String)
Create a HDF5 group. Creates a new empty group and gives it a name. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-Create
Public methodStatic membercreate(H5LocId, String, H5PropertyListId, H5PropertyListId, H5PropertyListId)
Create a HDF5 group. Creates a new empty group and gives it a name. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-Create
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic membergetInfo
H5Gget_info retrieves information about the group specified by group_id. The information is returned in an object of type H5GInfo. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-GetInfo
Public methodStatic membergetInfoByName(H5GroupId)
Retrieves information about a file or group. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-GetInfoByName
Public methodStatic membergetInfoByName(H5FileOrGroupId, String)
Retrieves information about a file or group. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-GetInfoByName
Public methodStatic membergetInfoByName(H5FileOrGroupId, String, H5PropertyListId)
Retrieves information about a file or group. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-GetInfoByName
Public methodStatic membergetNumObjects
Gets the number of objects in the specified group. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-GetNumObjs
Public methodStatic membergetObjectInfo
Public methodStatic membergetObjectNameByIndex
Gets the name of the object with the specified object index. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-GetObjNameByIdx
Public methodGetType (Inherited from Object.)
Public methodStatic memberiterate
Iterates an operation over the entries of a group. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-Iterate
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberopen(H5LocId, String)
Public methodStatic memberopen(H5LocId, String, H5PropertyListId)
Opens an existing group for modification and returns a group identifier for that group. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-Open
Public methodToString (Inherited from Object.)

See Also