| Modifier and Type | Method and Description |
|---|---|
CsvConfiguration |
CsvDataContext.getConfiguration()
Gets the CSV configuration used
|
| Constructor and Description |
|---|
CsvDataContext(File file,
CsvConfiguration configuration)
Constructs a CSV DataContext based on a file
The file provided can be either existing or non-existing.
|
CsvDataContext(InputStream inputStream,
CsvConfiguration configuration)
Constructs a CSV DataContext based on an
InputStream |
CsvDataContext(Resource resource,
CsvConfiguration configuration) |
CsvDataContext(URL url,
CsvConfiguration configuration)
Constructs a CSV DataContext based on a
URL |
CsvWriter(CsvConfiguration configuration) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.