Overview
>
klyn.io
>
AbstractTextWriter
>
write
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.io.AbstractTextWriter.write
method
public abstract write(readonly value as String) as Void throws IOException
Description
Writes raw text.
Parameters
value Text to write.
Throws
IOException if the resource is closed, inaccessible, not a valid file, or the underlying I/O operation fails.