Package org.springframework.batch.item.file

Infrastructure implementations of io file concerns.

See:
          Description

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 output target that writes data to a file or stream.
 

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 © 2008 SpringSource. All Rights Reserved.