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, Style style = 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, Style style = WriteCreate);
- Compose a FileStream.
- this(File file);
- Wrap a File instance.
Page generated by Ddoc. Copyright (c) 2007 Kris Bell. All rights reserved