-
Methods in hdf.hdf5lib that return H5O_info_t
Modifier and Type |
Method |
Description |
static H5O_info_t |
H5.H5Oget_info(long loc_id) |
H5Oget_info retrieves the metadata for an object specified by an identifier.
|
static H5O_info_t |
H5.H5Oget_info(long loc_id,
int fields) |
H5Oget_info retrieves the metadata for an object specified by an identifier.
|
static H5O_info_t |
H5.H5Oget_info_by_idx(long loc_id,
java.lang.String group_name,
int idx_type,
int order,
long n,
int fields,
long lapl_id) |
H5Oget_info_by_idx retrieves the metadata for an object, identifying the object by an index position.
|
static H5O_info_t |
H5.H5Oget_info_by_idx(long loc_id,
java.lang.String group_name,
int idx_type,
int order,
long n,
long lapl_id) |
H5Oget_info_by_idx retrieves the metadata for an object, identifying the object by an index position.
|
static H5O_info_t |
H5.H5Oget_info_by_name(long loc_id,
java.lang.String name,
int fields,
long lapl_id) |
H5Oget_info_by_name retrieves the metadata for an object, identifying the object by location and relative name.
|
static H5O_info_t |
H5.H5Oget_info_by_name(long loc_id,
java.lang.String name,
long lapl_id) |
H5Oget_info_by_name retrieves the metadata for an object, identifying the object by location and relative name.
|
-