klyn.io.TextWriter.writeChar
method
public writeChar(readonly c as Char) as Void throws IOException
Description

Writes one character.

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