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 AFixedLengthReaderis used to read records from a fixed length file or input stream.FixedLengthRecordParser A combinedRecordMarshallerandRecordUnmarshallerimplementation for fixed length formatted records.FixedLengthRecordParserFactory DefaultRecordParserFactoryfor the fixed length stream format.FixedLengthWriter AFixedLengthWriteris used to write records to fixed length flat file or output stream.