klyn.io.TextWriter.writeLine
method
public writeLine(readonly line as String) as Void throws IOException
Description

Writes one line and appends a newline.

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