Package | Description |
---|---|
ncsa.hdf.hdf5lib |
Modifier and Type | Method and Description |
---|---|
static int |
H5.H5Diterate(byte[] buf,
int buf_type,
int space,
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.
|