Uses of Interface
org.springframework.batch.item.file.BufferedReaderFactory
Package
Description
Infrastructure implementations of io file concerns.
Builders for file item readers and writers.
-
Uses of BufferedReaderFactory in org.springframework.batch.item.file
Modifier and TypeClassDescriptionclass
class
ABufferedReaderFactory
useful for reading simple binary (or text) files with no line endings, such as those produced by mainframe copy books.Modifier and TypeMethodDescriptionvoid
FlatFileItemReader.setBufferedReaderFactory
(BufferedReaderFactory bufferedReaderFactory) Factory for theBufferedReader
that will be used to extract lines from the file. -
Uses of BufferedReaderFactory in org.springframework.batch.item.file.builder
Modifier and TypeMethodDescriptionFlatFileItemReaderBuilder.bufferedReaderFactory
(BufferedReaderFactory factory) Configure a customBufferedReaderFactory
for the reader.