Uses of Class
ncsa.hdf.hdf5lib.structs.H5L_info_t

Packages that use H5L_info_t
ncsa.hdf.hdf5lib   
ncsa.hdf.hdf5lib.callbacks   
 

Uses of H5L_info_t in ncsa.hdf.hdf5lib
 

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

Uses of H5L_info_t in ncsa.hdf.hdf5lib.callbacks
 

Methods in ncsa.hdf.hdf5lib.callbacks with parameters of type H5L_info_t
 int H5L_iterate_cb.callback(int group, java.lang.String name, H5L_info_t info, H5L_iterate_t op_data)