Datatype.binaryArray

Datatype binaryArray(size_t length) static

Creates a fixed-size binary array datatype.

This creates an array type suitable for storing fixed-size binary data (ubyte[N] arrays).

Parameters

lengthNumber of bytes in the array.

Returns

A new Datatype instance for binary arrays.

Throws

HDF5Exception if datatype creation fails.