See: Description
| Class | Description |
|---|---|
| BeanExecutor<T> |
A specific derivative of
IntolerantThreadPoolExecutor intended for
submitting beans to be converted to Strings for writing. |
| CompleteFileReader<T> |
Implements a separate thread for reading input and siphoning it to a
LineExecutor. |
| LineExecutor<T> |
A specific derivative of
IntolerantThreadPoolExecutor intended for
submitting lines of input to be converted to beans. |
| ProcessCsvBean<T> |
A class for converting one bean into its string representation for writing to
an output.
|
| ProcessCsvLine<T> |
A class that encapsulates the job of creating a bean from a line of CSV input
and making it possible to run those jobs in parallel.
|
| 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–2025. All rights reserved.