| Package | Description | 
|---|---|
| org.supercsv.encoder | 
 Provides the classes used for encoding CSV for writing. 
 | 
| org.supercsv.prefs | 
 Provides the configuration classes used when instantiating readers and writers. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultCsvEncoder
The default CsvEncoder implementation. 
 | 
class  | 
SelectiveCsvEncoder
A selective CsvEncoder implementation - only the desired column numbers (if any) are encoded. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CsvEncoder | 
CsvPreference.getEncoder()
Returns the CSV encoder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CsvPreference.Builder | 
CsvPreference.Builder.useEncoder(CsvEncoder encoder)
Uses a custom CsvEncoder to escape CSV for writing. 
 | 
Copyright © 2007–2015 Super CSV. All rights reserved.