- 
Methods in hdf.hdf5lib that return H5G_info_t
| Modifier and Type | 
Method | 
Description | 
static H5G_info_t | 
H5.H5Gget_info(long group_id) | 
 H5Gget_info retrieves information about the group specified by group_id. 
 | 
static H5G_info_t | 
H5.H5Gget_info_by_idx(long group_id,
java.lang.String group_name,
int idx_type,
int order,
long n,
long lapl_id) | 
 H5Gget_info_by_idx retrieves information about a group, according to the group's position within an index. 
 | 
static H5G_info_t | 
H5.H5Gget_info_by_name(long group_id,
java.lang.String name,
long lapl_id) | 
 H5Gget_info_by_name retrieves information about the group group_name located in the file or group specified by
 loc_id. 
 |