- bcd2Int(byte) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Convert a BCD value to the corresponding byte value.
- byteArrayBEToInt(Byte[], int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Return an int value from a Byte[] array.
- byteArrayBEToInt(Byte[], int, int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Return an int value from a Byte[] array.
- byteArrayBEToInt(byte[], int, int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Return an int value from a byte[] array.
- byteArrayBEToUnsignedInt(byte[], int, int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Return an int value from a byte[] array.
- byteArrayLEToInt(Byte[], int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Return an int value from a Byte[] array.
- byteArrayLEToInt(Byte[], int, int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Return an int value from a Byte[] array.
- byteArrayLEToString(byte[], int, int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Convert part of a byte array to a String object in little endian order
- byteArrayLEToUnsignedInt(Byte[], int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Return a long value from a Byte[] array.
- byteArrayLEToUnsignedInt(Byte[], int, int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Return a long value from a Byte[] array.
- byteArrayLEToUnsignedInt(byte[], int, int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Return a long value from a byte[] array.
- byteArrayToString(byte[], int, int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Convert part of a byte array to a String object
- byteArrayToString(Byte[], int, int) - Static method in class com.fivecolibs.utils.FCOCUtils
-
Convert part of a byte array to a String object