DefaultCsvEncoder
, SelectiveCsvEncoder
public interface CsvEncoder
Modifier and Type | Method | 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–2018 Super CSV. All rights reserved.