H5LT_get_attribute_disk

fnherr_t H5LT_get_attribute_disk(hid_t loc_id, const char * obj_name, const char * attr_name, void * data)

Gets an attribute from disk.

Internal helper function that reads an attribute's raw data from disk.

Parameters

loc_idLocation identifier
obj_nameName of the object containing the attribute
attr_nameName of the attribute
dataBuffer to store the attribute data

Returns

Non-negative on success, negative on failure.