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