Qore CsvUtil Module Reference  1.6.2
 All Classes Namespaces Functions Variables Groups Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCCsvUtil::AbstractCsvWriterParent for all CSV writers
|oCCsvUtil::CsvFileWriterFor safe CSV file creation
|oCCsvUtil::CsvStringWriterFor in-memory string CSV creation
|\CCsvUtil::CsvWriterFor safe CSV data creation
\CQore::AbstractIterator [external]
 \CCsvUtil::AbstractCsvIteratorAbstractCsvIterator class is an abstract base class that allows abstract CSV data to be iterated
  oCCsvUtil::CsvDataIteratorAllows arbitrary CSV string data to be iterated on a record basis
  oCCsvUtil::CsvFileIteratorAllows CSV files to be iterated on a record basis
  \CCsvUtil::CsvIteratorAllows CSV sources to be iterated on a record basis. The source of the input data is either a AbstractLineIterator object or an InputStream object