Class CSVCommentWriter

java.lang.Object
ca.phon.query.report.csv.CSVCommentWriter
All Implemented Interfaces:
CSVSectionWriter

public class CSVCommentWriter extends Object implements CSVSectionWriter
Write out comments to the csv report. Lines which start with '||' are considiered to be divided into cells. Cells are divided again by the '|' char.
  • Constructor Details

  • 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 interface CSVSectionWriter
      Parameters:
      writer - the csv writer
      indentLevel - number of cells to skip at the beginning of each line