Datatype.binaryArray
Datatype binaryArray(size_t length) staticCreates a fixed-size binary array datatype.
This creates an array type suitable for storing fixed-size binary data (ubyte[N] arrays).
Parameters
length | Number of bytes in the array. |
Returns
A new Datatype instance for binary arrays.
Throws
HDF5Exception if datatype creation fails.