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.support Internal support package 
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).
 class ResourcesItemReader
          ItemReader which produces Resource instances from an array.
 

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

Classes in org.springframework.batch.item.support that implement ItemStreamReader
 class SingleItemPeekableItemReader<T>
           A PeekableItemReader that allows the user to peek one item ahead.
 

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