| Class | Description | 
|---|---|
| BeanIOFlatFileItemReader<T> | A Spring Batch item reader that uses a BeanIO stream mapping file to read items 
 from a flat file. | 
| BeanIOFlatFileItemWriter<T> | A Spring Batch item writer that uses a BeanIO stream mapping file to write items 
 to a flat file. | 
| BeanIOStreamFactory | A Spring factory bean for creating shared  StreamFactoryinstances for
 BeanIO item readers and writers. |