The IfxToJavaInt() method
The IfxToJavaInt() method converts the HCL Informix® INTEGER data type to the Java™ int data type.
Method signature
public static int IfxToJavaInt (byte b [], short prec)
public static int IfxToJavaInt (byte b [])
public static int IfxToJavaInt (byte b [], int offset, int length,
short prec)
public static int IfxToJavaInt (byte b [], int offset)
Input parameters
- b
- The bytes encoding data
- offset
- The offset into byte array.
- prec
- The precision as received from Informix.
- length
- The data length.