tcl::chan::std - Standard I/O, unification of stdin and stdout
The tcl::chan::std package provides a command creating a standard channel which unifies stdin and stdout into a single read- and writable channel. The result is not seek-able, like the original standard channels.
The internal TclOO class implementing the channel handler is a sub-class of the tcl::chan::core framework.
This command creates the std channel and returns its handle.
The channel is created only once, on the first call, and all future calls simply return this handle.
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category virtchannel of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.
Channels
Copyright © 2011 Andreas Kupries <andreas_kupries@users.sourceforge.net>