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