public interface CsvEncoder
| Modifier and Type | Method and Description |
|---|---|
String |
encode(String input,
CsvContext context,
CsvPreference preference)
Encodes a String to be written to a CSV file.
|
String encode(String input, CsvContext context, CsvPreference preference)
input - the String to be encodedcontext - the contextpreference - the CSV preferencesCopyright © 2007–2015 Super CSV. All rights reserved.