Package org.beanio.stream.fixedlength
Fixed length record parser implementation.
-
Class Summary Class Description FixedLengthParserConfiguration Stores configuration settings for parsing fixed length formatted streams.FixedLengthReader AFixedLengthReader
is used to read records from a fixed length file or input stream.FixedLengthRecordParser A combinedRecordMarshaller
andRecordUnmarshaller
implementation for fixed length formatted records.FixedLengthRecordParserFactory DefaultRecordParserFactory
for the fixed length stream format.FixedLengthWriter AFixedLengthWriter
is used to write records to fixed length flat file or output stream.