tango.io.stream.TextFile

License:
BSD style:

Version:
Initial release: Nov 2007

author:
Kris

class TextFileInput: tango.io.stream.Text.TextInput;
Composes a file with line-oriented input. The input is buffered.

this(const(char)[] path, File.Style style = File.ReadExisting);
Compose a FileStream.

this(File file);
Wrap a FileConduit instance.

class TextFileOutput: tango.io.stream.Text.TextOutput;
Composes a file with formatted text output. Output is buffered.

this(const(char)[] path, File.Style style = File.WriteCreate);
Compose a FileStream.

this(File file);
Wrap a File instance.


Page generated by Ddoc. Copyright (c) 2007 Kris Bell. All rights reserved