-
class
HDFNotImplementedException indicates a function that is part of the HDF API, but which cannot or
will not be implemented for Java.
Given a one-dimensional array of bytes representing numbers, convert it to a java array of the shape
and size passed to the constructor.
byte[]
Given a Java array of numbers, convert it to a one-dimensional array of bytes in correct native order.
byte[]
Allocate a one-dimensional array of bytes sufficient to store the array.
The input must be a Java Array (possibly multidimensional) of primitive numbers or sub-classes of
Number.