Dataspace.selectHyperslab

void selectHyperslab(const hsize_t[] start, const hsize_t[] count, const hsize_t[] stride = null, const hsize_t[] block = null, SelectionOp op = SelectionOp.set)

Selects a hyperslab region in the dataspace.

Parameters

startStarting coordinates of the hyperslab
countNumber of blocks in each dimension
strideStride values (null for contiguous)
blockSize of blocks (null for single-element blocks)
opSelection operation (default: set/replace)

Throws

HDF5Exception if selection fails