- captureHeader(CSVReader) - Method in class au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy
-
- captureHeader(CSVReader) - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
-
- captureHeader(CSVReader) - Method in interface au.com.bytecode.opencsv.bean.MappingStrategy
-
Implementation of this method can grab the header line before parsing begins to use to map columns
to bean properties.
- checkError() - Method in class au.com.bytecode.opencsv.CSVWriter
-
Checks to see if the there has been an error in the printstream.
- CLOBBUFFERSIZE - Static variable in class au.com.bytecode.opencsv.ResultSetHelperService
-
- close() - Method in class au.com.bytecode.opencsv.CSVReader
-
Closes the underlying reader.
- close() - Method in class au.com.bytecode.opencsv.CSVWriter
-
Close the underlying stream writer flushing any buffered content.
- ColumnPositionMappingStrategy<T> - Class in au.com.bytecode.opencsv.bean
-
Copyright 2007 Kyle Miller.
- ColumnPositionMappingStrategy() - Constructor for class au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy
-
- convertValue(String, PropertyDescriptor) - Method in class au.com.bytecode.opencsv.bean.CsvToBean
-
- createBean() - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
-
- createBean() - Method in interface au.com.bytecode.opencsv.bean.MappingStrategy
-
- CSVParser - Class in au.com.bytecode.opencsv
-
A very simple CSV parser released under a commercial-friendly license.
- CSVParser() - Constructor for class au.com.bytecode.opencsv.CSVParser
-
Constructs CSVParser using a comma for the separator.
- CSVParser(char) - Constructor for class au.com.bytecode.opencsv.CSVParser
-
Constructs CSVParser with supplied separator.
- CSVParser(char, char) - Constructor for class au.com.bytecode.opencsv.CSVParser
-
Constructs CSVParser with supplied separator and quote char.
- CSVParser(char, char, char) - Constructor for class au.com.bytecode.opencsv.CSVParser
-
Constructs CSVReader with supplied separator and quote char.
- CSVParser(char, char, char, boolean) - Constructor for class au.com.bytecode.opencsv.CSVParser
-
Constructs CSVReader with supplied separator and quote char.
- CSVParser(char, char, char, boolean, boolean) - Constructor for class au.com.bytecode.opencsv.CSVParser
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader - Class in au.com.bytecode.opencsv
-
A very simple CSV reader released under a commercial-friendly license.
- CSVReader(Reader) - Constructor for class au.com.bytecode.opencsv.CSVReader
-
Constructs CSVReader using a comma for the separator.
- CSVReader(Reader, char) - Constructor for class au.com.bytecode.opencsv.CSVReader
-
Constructs CSVReader with supplied separator.
- CSVReader(Reader, char, char) - Constructor for class au.com.bytecode.opencsv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, boolean) - Constructor for class au.com.bytecode.opencsv.CSVReader
-
Constructs CSVReader with supplied separator, quote char and quote handling
behavior.
- CSVReader(Reader, char, char, char) - Constructor for class au.com.bytecode.opencsv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, int) - Constructor for class au.com.bytecode.opencsv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, char, int) - Constructor for class au.com.bytecode.opencsv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, char, int, boolean) - Constructor for class au.com.bytecode.opencsv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, char, int, boolean, boolean) - Constructor for class au.com.bytecode.opencsv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CsvToBean<T> - Class in au.com.bytecode.opencsv.bean
-
- CsvToBean() - Constructor for class au.com.bytecode.opencsv.bean.CsvToBean
-
- CSVWriter - Class in au.com.bytecode.opencsv
-
A very simple CSV writer released under a commercial-friendly license.
- CSVWriter(Writer) - Constructor for class au.com.bytecode.opencsv.CSVWriter
-
Constructs CSVWriter using a comma for the separator.
- CSVWriter(Writer, char) - Constructor for class au.com.bytecode.opencsv.CSVWriter
-
Constructs CSVWriter with supplied separator.
- CSVWriter(Writer, char, char) - Constructor for class au.com.bytecode.opencsv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, char) - Constructor for class au.com.bytecode.opencsv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, String) - Constructor for class au.com.bytecode.opencsv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, char, String) - Constructor for class au.com.bytecode.opencsv.CSVWriter
-
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.