Uses of Interface
hdf.hdf5lib.callbacks.H5D_iterate_cb
| Package | Description | 
|---|---|
| hdf.hdf5lib | 
- 
Uses of H5D_iterate_cb in hdf.hdf5lib
Methods in hdf.hdf5lib with parameters of type H5D_iterate_cb Modifier and Type Method Description static intH5. H5Diterate(byte[] buf, long buf_type, long space_id, H5D_iterate_cb op, H5D_iterate_t op_data)H5Diterate iterates over all the data elements in the memory buffer buf, executing the callback function operator once for each such data element.