klyn.io.AbstractTextWriter.writeLines
method
public writeLines(readonly lines as List<String>) as Void throws IOException:
Description

Writes all lines with trailing newline.

Parameters
  • lines Lines to write.
Throws
  • IOException if the resource is closed, inaccessible, not a valid file, or the underlying I/O operation fails.