Package | Description |
---|---|
com.opencsv.bean.concurrent |
This package collects all classes necessary for the parallel processing of
beans.
|
Class and Description |
---|
CompleteFileReader
Implements a separate thread for reading input and siphoning it to a
LineExecutor . |
LineExecutor
A specific derivative of
IntolerantThreadPoolExecutor intended for
submitting lines of input to be converted to beans. |
SingleLineReader
This class exists to isolate the logic for reading a single line of input
that is common to
CsvToBean.iterator() and CompleteFileReader . |
Copyright © 2005–2023. All rights reserved.