Package org.springframework.batch.item.file

Infrastructure implementations of io file concerns.

See:
          Description

Interface Summary
ResourceAwareItemReaderItemStream Interface for ItemReaders that implement ItemStream and read input from Resource.
 

Class Summary
FlatFileItemReader This class represents a ItemReader, that reads lines from text file, tokenizes them to structured tuples (FieldSets) instances and maps the FieldSets to domain objects.
FlatFileItemWriter This class is an item writer that writes data to a file or stream.
MultiResourceItemReader Reads items from multiple resources sequentially - resource list is given by MultiResourceItemReader.setResources(Resource[]), the actual reading is delegated to MultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream).
 

Exception Summary
FlatFileParseException Exception thrown when errors are encountered parsing flat files.
 

Package org.springframework.batch.item.file Description

Infrastructure implementations of io file concerns.



Copyright © 2009 SpringSource. All Rights Reserved.