Overview
>
klyn.io
>
TextWriter
>
writeChar
Version 0.1.2
Overview
Index
Tree
Deprecated
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.