TextFileOutput

Composes a file with formatted text output. Output is buffered.

Constructors

this
this(cstring path, File.Style style)

Compose a FileStream.

this
this(File file)

Wrap a File instance.

Meta