Uses of Class
hdf.hdf5lib.structs.H5L_info_t
-
Packages that use H5L_info_t Package Description hdf.hdf5lib hdf.hdf5lib.callbacks -
-
Uses of H5L_info_t in hdf.hdf5lib
Methods in hdf.hdf5lib that return H5L_info_t Modifier and Type Method Description static H5L_info_t
H5. H5Lget_info(long loc_id, String name, long lapl_id)
static H5L_info_t
H5. H5Lget_info_by_idx(long loc_id, String group_name, int idx_type, int order, long n, long lapl_id)
-
Uses of H5L_info_t in hdf.hdf5lib.callbacks
Methods in hdf.hdf5lib.callbacks with parameters of type H5L_info_t Modifier and Type Method Description int
H5L_iterate_t. callback(long loc_id, String name, H5L_info_t info, H5L_iterate_opdata_t op_data)
-