klyn.io.csv.CSVWriter.writeRow
method
public writeRow(row as IList<String>) as Void throws IOException:
Description

Writes one CSV record.

Parameters
  • row Values to write. Null strings are written as empty fields.
Throws
  • IOException if the resource is closed, inaccessible, not a valid file, or the underlying I/O operation fails.