- byteify() - Method in class hdf.hdf5lib.HDFArray
-
Given a Java array of numbers, convert it to a one-dimensional array of
bytes in correct native order.
- byteToByte(byte) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single byte into an array of one byte.
- byteToByte(Byte) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single Byte object into an array of one byte.
- byteToDouble(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert an array of bytes into an array of double
- byteToDouble(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of bytes into an array of double
- byteToDouble(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert 8 bytes from an array of bytes into a single double
- byteToFloat(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert an array of bytes into an array of floats
- byteToFloat(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of bytes into an array of float
- byteToFloat(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert 4 bytes from an array of bytes into a single float
- byteToInt(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert an array of bytes into an array of ints
- byteToInt(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of bytes into an array of int
- byteToInt(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert 4 bytes from an array of bytes into a single int
- byteToLong(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert an array of bytes into an array of long
- byteToLong(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of bytes into an array of long
- byteToLong(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert 8 bytes from an array of bytes into a single long
- byteToNumber(byte[], Object) - Static method in class hdf.hdf5lib.HDFNativeData
-
Create a Number object from an array of bytes.
- byteToShort(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert an array of bytes into an array of shorts
- byteToShort(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of bytes into an array of short
- byteToShort(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert 2 bytes from an array of bytes into a single short