Uses of Class
com.opencsv.bean.concurrent.SingleLineReader
Packages that use SingleLineReader
Package
Description
A bean binding interface for use with opencsv.
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 SingleLineReaderModifier and TypeFieldDescriptionprivate final SingleLineReader
CsvToBean.CsvToBeanIterator.lineReader
-
Uses of SingleLineReader in com.opencsv.bean.concurrent
Subclasses of SingleLineReader in com.opencsv.bean.concurrentModifier and TypeClassDescriptionclass
Implements a separate thread for reading input and siphoning it to aLineExecutor
.