Filter.enableShuffle
void enableShuffle(hid_t plistId)Enables the shuffle filter on a dataset creation property list.
The shuffle filter reorders bytes to improve compression ratios. It should be applied BEFORE compression filters in the pipeline. The dataset must be chunked.
Parameters
plistId | Dataset creation property list identifier |
Throws
HDF5Exception if enabling the filter fails.