tango.io.stream.TextFile

License:

BSD style: see license.txt

Version:

Initial release: Nov 2007

Author:

Kris
class TextFileInput : TextInput
Composes a file with line-oriented input. The input is buffered.
this(const(char)[] path, File.Style style = ReadExisting)
Compose a FileStream.
this(File file)
Wrap a FileConduit instance.
class TextFileOutput : TextOutput
Composes a file with formatted text output. Output is buffered.
this(const(char)[] path, File.Style style = WriteCreate)
Compose a FileStream.
this(File file)
Wrap a File instance.