Qore CsvUtil Module Reference  1.6.2
 All Classes Namespaces Functions Variables Groups Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNCsvUtilCsvUtil namespace contains all the objects in the CsvUtil module
|oCAbstractCsvIteratorAbstractCsvIterator class is an abstract base class that allows abstract CSV data to be iterated
|oCAbstractCsvWriterParent for all CSV writers
|oCCsvDataIteratorAllows arbitrary CSV string data to be iterated on a record basis
|oCCsvFileIteratorAllows CSV files to be iterated on a record basis
|oCCsvFileWriterFor safe CSV file creation
|oCCsvIteratorAllows CSV sources to be iterated on a record basis. The source of the input data is either a AbstractLineIterator object or an InputStream object
|oCCsvStringWriterFor in-memory string CSV creation
|\CCsvWriterFor safe CSV data creation
\NQore