public class CsvWriter extends Object implements ConfigSerialization
| Constructor and Description |
|---|
CsvWriter()
Create new default CSV writer object.
|
CsvWriter(String delimiter,
String endOfLineCharacter)
Create new CSV writer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(MultiselectDecisionTree decisionTree,
OutputStream outputStream)
Serialize a variable content tree as CSV text.
|
public void serialize(MultiselectDecisionTree decisionTree, OutputStream outputStream) throws Exception
serialize in interface ConfigSerializationdecisionTree - the content tree to write as CSVoutputStream - the output stream to write toException - in case writing to the output stream failsCopyright © 2016–2020. All rights reserved.