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