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

Packages that use BufferedReaderFactory
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
 

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

Classes in org.springframework.batch.item.file that implement BufferedReaderFactory
 class DefaultBufferedReaderFactory
           
 class SimpleBinaryBufferedReaderFactory
          A BufferedReaderFactory useful for reading simple binary (or text) files with no line endings, such as those produced by mainframe copy books.
 

Methods in org.springframework.batch.item.file with parameters of type BufferedReaderFactory
 void FlatFileItemReader.setBufferedReaderFactory(BufferedReaderFactory bufferedReaderFactory)
          Factory for the BufferedReader that will be used to extract lines from the file.
 



Copyright © 2013 SpringSource. All Rights Reserved.