H5Dwrite_chunk/H5Dread_chunk Java lib

Hi HDF5 Group,

Would it be possible to expose the H5Dwrite_chunk and H5Dread_chunk functions in the Java library?

Thanks,
Mike

Hi Mike,

Maybe you want to have a look at HDFql in case you are in a rush to have direct chunk write/read in Java.

Generic syntax to write a chunk directly into a dataset:

INSERT DIRECTLY INTO my_dataset

Generic syntax to read a chunk directly from a dataset:

SELECT DIRECTLY FROM my_dataset

Detailed information and examples about direct chunk write/read may be found in subsections 6.5 and 6.6 of the reference manual.

1 Like