Attribute.read
void read(void * buffer, hid_t memTypeId)Reads data from the attribute.
Parameters
buffer | Buffer to receive the data |
memTypeId | Memory datatype identifier |
Throws
HDF5Exception if read fails
void read(T)(T[] data, hid_t memTypeId)Reads data from the attribute into a D array.
Parameters
data | Array to receive the data |
memTypeId | Memory datatype identifier |
Throws
HDF5Exception if read fails