summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst
blob: 96aca413b8d7e8ebf95045e711557d727da14b6b (plain)
1
2
3
4
5
6
7
8
9
10
11
lzf filter is available for encoding and decoding.
....Create dataset ................
....Writing lzf compressed data ................
....Close the file and reopen for reading ........
Filter info is available from the dataset creation property
   Filter identifier is 32000
   Number of parameters is 3 with the value 4
   To find more about the filter check HDF5 lzf filter; see http://www.hdfgroup.org/services/contributions.html
....Reading lzf compressed data ................
Maximum value in DS1 is 1890
lzf filter is available now since H5Dread triggered loading of the filter.