Class | Description |
---|---|
FixedLengthParserConfiguration |
Stores configuration settings for parsing fixed length formatted streams.
|
FixedLengthReader |
A FixedLengthReader is used to read records from a fixed length
file or input stream.
|
FixedLengthRecordParser |
A combined
RecordMarshaller and RecordUnmarshaller implementation
for fixed length formatted records. |
FixedLengthRecordParserFactory |
Default
RecordParserFactory for the fixed length stream format. |
FixedLengthWriter |
A FixedLengthWriter is used to write records to fixed length
flat file or output stream.
|