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(char[] path, File.Style style = File.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(char[] path, File.Style style = File.WriteCreate) #
Compose a FileStream.
this(File file) #
Wrap a File instance.