com.salmonllc.parser |
This package contains the ByteArrayParser, an object is used to describe a byte array representing column data in fixed locations and helps your Java code interface with mainframe databases.
The Byte Array is a representation of a COBOL copy book.
|
Java Source File Name | Type | Comment |
ByteArrayParser.java | Class | This object is used to describe a byte array representing column data in fixed locations. |
CustomType.java | Interface | This interface is a mechanism to describe a custom translation for a column in the byte array. |
ParserException.java | Class | This is the Exception Class thrown by the ByteArrayParser. |
ParserInterface.java | Interface | This interface is a mechanism to let you create a class that contains a ByteArrayParser. |