CsvEncoder
SelectiveCsvEncoder
public class DefaultCsvEncoder extends Object implements CsvEncoder
Constructor | Description |
---|---|
DefaultCsvEncoder() |
Constructs a new DefaultCsvEncoder.
|
Modifier and Type | Method | 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–2018 Super CSV. All rights reserved.