TextFileOutput

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

Constructors

this
this(const(char)[] path, File.Style style)

Compose a FileStream.

this
this(File file)

Wrap a File instance.

Meta