H5Dwrite_chunk

fnherr_t H5Dwrite_chunk(hid_t dset_id, hid_t dxpl_id, uint filters, const hsize_t * offset, size_t data_size, const void * buf)

Writes a raw data chunk directly to a dataset.

Parameters

dset_idDataset identifier
dxpl_idData transfer property list identifier, or H5P_DEFAULT
filtersMask indicating which filters are used with the chunk
offsetLogical position of the chunk's first element
data_sizeSize of the chunk data in bytes
bufBuffer containing the chunk data

Returns

Non-negative on success, negative on failure.