Package | Description |
---|---|
org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
FlatFileItemReader.setBufferedReaderFactory(BufferedReaderFactory bufferedReaderFactory)
Factory for the
BufferedReader that will be used to extract lines from the file. |
Copyright © 2014 Pivotal. All rights reserved.