Several classes have been developed to allow handling of IBMÂ i data types.
All DataType classes implement the DataType interface.
public int getType () public int getByteLength () public byte[] toByteArray ( Object data ) public String toString ( byte[] byteArray ) |
This class allows a Java data type to be converted to an alphanumeric byte array.
This class allows a Java data type to be converted to a packed decimal byte array.
This class allows a Java data type to be converted to a zoned decimal byte array.