tango.io.stream.Text
License:
BSD style: see
license.txt
Version:
Initial release: Oct 2007
Author:
Kris
class
TextInput
:
Lines!(char)
¶
Input is buffered.
this
(InputStream
input
)
¶
class
TextOutput
:
FormatOutput!(char)
¶
Output is buffered.
this
(OutputStream
output
)
¶
Construct a FormatOutput instance, tying the provided stream to a layout formatter.