Uses of Interface
org.springframework.batch.item.ItemStreamReader

Packages that use ItemStreamReader
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 ItemStreamReader in org.springframework.batch.item.file
 

Subinterfaces of ItemStreamReader in org.springframework.batch.item.file
 interface ResourceAwareItemReaderItemStream<T>
          Interface for ItemReaders that implement ItemStream and read input from Resource.
 

Classes in org.springframework.batch.item.file that implement ItemStreamReader
 class FlatFileItemReader<T>
          Restartable ItemReader that reads lines from input FlatFileItemReader.setResource(Resource).
 

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

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



Copyright © 2009 SpringSource. All Rights Reserved.