tcl::chan::empty 1 Reflected/virtual channel support
empty channel
package require Tcl 8.5
package require TclOO
package require tcl::chan::empty ?1?
The tcl::chan::empty package provides a command creating an empty channel, which is a readonly, random-access channel behaving exactly as a file of 0 bytes.
Copyright (c) 2019 Aldo Buratti <[email protected]> based on tcl::chan::string by Andreas Kupries