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<T>
          Restartable ItemReader that reads lines from input FlatFileItemReader.setResource(Resource).
 

Methods in org.springframework.batch.item.file with parameters of type ResourceAwareItemReaderItemStream
 void MultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream<? extends T> delegate)
           
 

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

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



Copyright © 2009 SpringSource. All Rights Reserved.