Filter.enableFletcher32

void enableFletcher32(hid_t plistId)

Enables the Fletcher32 checksum filter on a dataset creation property list.

The Fletcher32 filter adds a checksum to each chunk to detect data corruption. It should be applied AFTER compression filters in the pipeline. The dataset must be chunked.

Parameters

plistIdDataset creation property list identifier

Throws

HDF5Exception if enabling the filter fails.