| 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  | DefaultCsvEncoderThe default CsvEncoder implementation. | 
| class  | SelectiveCsvEncoderA 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-2013 Super CSV. All Rights Reserved.