Frames | No Frames |
Constructors with parameter type org.apache.commons.csv.writer.CSVConfig | |
Fields of type org.apache.commons.csv.writer.CSVConfig | |
CSVConfig | The found config |
CSVConfig | The CSV config * |
Methods with parameter type org.apache.commons.csv.writer.CSVConfig | |
void | Set the CSVConfig
|
Methods with return type org.apache.commons.csv.writer.CSVConfig | |
CSVConfig | |
CSVConfig | Guess the config based on the first 10 (or less when less available)
records of a CSV file. |
CSVConfig | CSVConfig.guessConfig(InputStream inputStream) Creates a config based on a stream. |