[//000000001]: # (tcl::transform::spacer \- Reflected/virtual channel support) [//000000002]: # (Generated from file 'spacer\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2009 Andreas Kupries ) [//000000004]: # (tcl::transform::spacer\(n\) 1 tcllib "Reflected/virtual channel support")
[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]
# NAME tcl::transform::spacer \- Space insertation and removal # Table Of Contents - [Table Of Contents](#toc) - [Synopsis](#synopsis) - [Description](#section1) - [API](#section2) - [Bugs, Ideas, Feedback](#section3) - [Keywords](#keywords) - [Category](#category) - [Copyright](#copyright) # SYNOPSIS package require Tcl 8\.6 package require tcl::transform::core ?1? package require tcl::transform::spacer ?1? [__::tcl::transform::spacer__ *chan* *n* ?*space*?](#1) # DESCRIPTION The __tcl::transform::spacer__ package provides a command creating a channel transformation which adds spacing to the data written to it, and removes such spacing from the data read from it\. The internal __[TclOO](\.\./\.\./\.\./\.\./index\.md\#tcloo)__ class implementing the transform handler is a sub\-class of the __[tcl::transform::core](\.\./virtchannel\_core/transformcore\.md)__ framework\. # API - __::tcl::transform::spacer__ *chan* *n* ?*space*? This command creates a spacer transformation on top of the channel *chan* and returns its handle\. The *space* character sequence will be added every *n* bytes of data written, and on the read side the same is done in reverse, removing the spacing\. If *space* is not specified it defaults to a single space character \(ASCII 32\)\. # Bugs, Ideas, Feedback 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](http://core\.tcl\.tk/tcllib/reportlist)\. Please also report any ideas for enhancements you may have for either package and/or documentation\. When proposing code changes, please provide *unified diffs*, i\.e the output of __diff \-u__\. Note further that *attachments* are strongly preferred over inlined patches\. Attachments can be made by going to the __Edit__ form of the ticket immediately after its creation, and then using the left\-most button in the secondary navigation bar\. # KEYWORDS [channel transformation](\.\./\.\./\.\./\.\./index\.md\#channel\_transformation), [reflected channel](\.\./\.\./\.\./\.\./index\.md\#reflected\_channel), [spacing](\.\./\.\./\.\./\.\./index\.md\#spacing), [tip 230](\.\./\.\./\.\./\.\./index\.md\#tip\_230), [transformation](\.\./\.\./\.\./\.\./index\.md\#transformation), [virtual channel](\.\./\.\./\.\./\.\./index\.md\#virtual\_channel) # CATEGORY Channels # COPYRIGHT Copyright © 2009 Andreas Kupries