Filter.enableStandardPipeline
void enableStandardPipeline(hid_t plistId, uint gzipLevel = 6)Enables a standard compression pipeline: shuffle + gzip + fletcher32.
This is a commonly used combination that provides good compression with data integrity checking. The dataset must be chunked.
Parameters
plistId | Dataset creation property list identifier |
gzipLevel | GZIP compression level (0-9, default 6) |
Throws
HDF5Exception if enabling any filter fails.