Uses of Interface
org.springframework.batch.item.file.separator.LineReader

Packages that use LineReader
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.item.file.separator Infrastructure implementations of io file support separator concerns. 
 

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

Methods in org.springframework.batch.item.file that return LineReader
protected  LineReader FlatFileItemReader.getReader()
           
 

Uses of LineReader in org.springframework.batch.item.file.separator
 

Classes in org.springframework.batch.item.file.separator that implement LineReader
 class ResourceLineReader
          An input source that reads lines one by one from a resource.
 



Copyright © 2008 SpringSource. All Rights Reserved.