Uses of Class
com.opencsv.bean.concurrent.SingleLineReader
-
Packages that use SingleLineReader Package Description com.opencsv.bean A bean binding interface for use with opencsv.com.opencsv.bean.concurrent This package collects all classes necessary for the parallel processing of beans. -
-
Uses of SingleLineReader in com.opencsv.bean
Fields in com.opencsv.bean declared as SingleLineReader Modifier and Type Field Description private SingleLineReader
CsvToBean.CsvToBeanIterator. lineReader
-
Uses of SingleLineReader in com.opencsv.bean.concurrent
Subclasses of SingleLineReader in com.opencsv.bean.concurrent Modifier and Type Class Description class
CompleteFileReader<T>
Implements a separate thread for reading input and siphoning it to aLineExecutor
.
-