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