-
Methods in hdf.hdf5lib that return H5L_info_t
Modifier and Type |
Method |
Description |
static H5L_info_t |
H5.H5Lget_info(long loc_id,
java.lang.String name,
long lapl_id) |
H5Lget_info returns information about the specified link.
|
static H5L_info_t |
H5.H5Lget_info_by_idx(long loc_id,
java.lang.String group_name,
int idx_type,
int order,
long n,
long lapl_id) |
H5Lget_info_by_idx opens a named datatype at the location specified by loc_id and return an identifier for the
datatype.
|
-