Package ca.phon.query.report.csv
Class PhonScriptCSVWriter
java.lang.Object
ca.phon.query.report.csv.PhonScriptCSVWriter
- All Implemented Interfaces:
CSVSectionWriter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeSection
(au.com.bytecode.opencsv.CSVWriter writer, int indentLevel) Write section data to the given writer.
-
Constructor Details
-
PhonScriptCSVWriter
public PhonScriptCSVWriter()
-
-
Method Details
-
writeSection
public void writeSection(au.com.bytecode.opencsv.CSVWriter writer, int indentLevel) Description copied from interface:CSVSectionWriter
Write section data to the given writer.- Specified by:
writeSection
in interfaceCSVSectionWriter
- Parameters:
writer
- the csv writerindentLevel
- number of cells to skip at the beginning of each line
-