Uses of Interface
org.springframework.batch.item.file.ResourceAwareItemReaderItemStream

Packages that use ResourceAwareItemReaderItemStream
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.item.xml Infrastructure implementations of xml input and output. 
 

Uses of ResourceAwareItemReaderItemStream in org.springframework.batch.item.file
 

Classes in org.springframework.batch.item.file that implement ResourceAwareItemReaderItemStream
 class 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.
 

Methods in org.springframework.batch.item.file with parameters of type ResourceAwareItemReaderItemStream
 void MultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream delegate)
           
 

Uses of ResourceAwareItemReaderItemStream in org.springframework.batch.item.xml
 

Classes in org.springframework.batch.item.xml that implement ResourceAwareItemReaderItemStream
 class StaxEventItemReader
          Item reader for reading XML input based on StAX.
 



Copyright © 2009 SpringSource. All Rights Reserved.