Uses of Package
com.opencsv.bean.concurrent
Packages that use com.opencsv.bean.concurrent
Package
Description
This package collects all classes necessary for the parallel processing of
beans.
-
Classes in com.opencsv.bean.concurrent used by com.opencsv.bean.concurrentClassDescriptionImplements a separate thread for reading input and siphoning it to a
LineExecutor.A specific derivative ofIntolerantThreadPoolExecutorintended for submitting lines of input to be converted to beans.This class exists to isolate the logic for reading a single line of input that is common toCsvToBean.iterator()andCompleteFileReader.