Class | Description |
---|---|
NativeData |
This class encapsulates native methods to deal with arrays of numbers, converting from numbers to
bytes and bytes to numbers.
|
NativeTaggedArray |
A utility class that supports encoding and decoding of arrays of primitive number types to byte
arrays such that the characteristics of the number type (float or integer, byte order, element
size) and the dimensions are known and can be checked for correctness when converted back to the
number type.
|
NativeTaggedArray.NativeArrayTag |
A class to return the array encoding and dimensions of a native tagged array.
|
Enum | Description |
---|---|
NativeArrayEncoding |
An enum for encoding array of numbers (integer or float) in native (host) format.
|
NativeData.ByteOrder |
Byte Order enumeration.
|