Hello,

I'm using HDF5 with Java port for storing values from a Java program into a 
HDF5 file.

I write the data with 
m_file.createScalarDS(p_dataId, p_workingGroup, DT_INTEGER, l_dims, null, null, 
0, l_data);

But my datasets are very large, so I would like to create a zipped dataset, 
imho I must add a filter for SZ.
How can I create a zipped dataset with the Java API? I don't find any 
documentation & example

Thanks a lot

Phil




_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@lists.hdfgroup.org
http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
Twitter: https://twitter.com/hdf5

Reply via email to