tango.io.stream.Text

License:
BSD style:

Version:
Initial release: Oct 2007

author:
Kris

class TextInput: tango.io.stream.Lines.Lines!(char).Lines;
Input is buffered.

this(InputStream input);


class TextOutput: tango.io.stream.Format.FormatOutput!(char).FormatOutput;
Output is buffered.

this(OutputStream output);
Construct a FormatOutput instance, tying the provided stream to a layout formatter.


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