Uses of Class
hdf.hdflib.HDFJavaException
-
-
Uses of HDFJavaException in hdf.hdflib
Subclasses of HDFJavaException in hdf.hdflib Modifier and Type Class Description class
HDFNotImplementedException
HDFNotImplementedException indicates a function that is part of the HDF API, but which cannot or will not be implemented for Java.Methods in hdf.hdflib that throw HDFJavaException Modifier and Type Method Description java.lang.Object
HDFArray. arrayify(byte[] bytes)
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[]
HDFArray. byteify()
Given a Java array of numbers, convert it to a one-dimensional array of bytes in correct native order.byte[]
HDFArray. emptyBytes()
Allocate a one-dimensional array of bytes sufficient to store the array.Constructors in hdf.hdflib that throw HDFJavaException Constructor Description HDFArray(java.lang.Object anArray)
The input must be a Java Array (possibly multidimensional) of primitive numbers or sub-classes of Number.
-