August 2003
Intermediate to advanced
624 pages
15h 3m
English
The FlatRecordReader introduces only a few new attributes but has some new and overridden methods. It inherits several attributes and methods from its RecordReader and RecordHandler base classes (see Chapter 6).
Attributes:
Integer Fixed Record Length
Integer Record ID Field Offset
Integer Record ID Field Length
Methods:
Constructor
getFieldValue
getRecordType
parseRecord
readRecord
readRecordFixedLength
In the FlatRecordReader constructor method, we primarily retrieve values from the file description document that the reader needs for processing. The logic should look familiar by now.
Arguments: DOM Document File Description ... |
Read now
Unlock full access