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

Packages that use H5A_info_t
ncsa.hdf.hdf5lib   
 

Uses of H5A_info_t in ncsa.hdf.hdf5lib
 

Methods in ncsa.hdf.hdf5lib that return H5A_info_t
static H5A_info_t H5.H5Aget_info_by_idx(int loc_id, java.lang.String obj_name, int idx_type, int order, long n, int lapl_id)
          H5Aget_info_by_idx Retrieves attribute information, by attribute index position.
static H5A_info_t H5.H5Aget_info_by_name(int loc_id, java.lang.String obj_name, java.lang.String attr_name, int lapl_id)
          H5Aget_info_by_name Retrieves attribute information, by attribute name.
static H5A_info_t H5.H5Aget_info(int attr_id)
          H5Aget_info retrieves attribute information, by attribute identifier.