PropertyList.setChunk
void setChunk(const hsize_t[] dims)Sets the chunk dimensions for a dataset creation property list.
Chunking is required for compressed datasets and for datasets with unlimited dimensions.
Parameters
dims | Array of chunk dimensions |
Throws
HDF5Exception if the property list is invalid or setting fails.