Input and Output
chan | Read, write and manipulate channels
|
socket | Open a TCP network connection
|
close | Close an open channel
|
tell | Return current access position for an open channel
|
eof | Check for end of file condition on channel
|
transchan | Command handler API of channel transforms
|
fblocked | Test whether the last input operation exhausted all available input
|
zlib | Compression and decompression operations
|
fconfigure | Set and get options on a channel
|
fcopy | Copy data from one channel to another
|
file | Manipulate file names and attributes
|
fileevent | Execute a script when a channel becomes readable or writable
|
flush | Flush buffered output for a channel
|
gets | Read a line from a channel
|
open | Open a file-based or command pipeline channel
|
puts | Write to a channel
|
read | Read from a channel
|
refchan | Command handler API of reflected channels
|
seek | Change the access position for an open channel
|
Copyright © 1990-1994 The Regents of the University of California
Copyright © 1992-1999 Karl Lehenbauer & Mark Diekhans
Copyright © 1992-1999 Karl Lehenbauer and Mark Diekhans
Copyright © 1993-1997 Bell Labs Innovations for Lucent Technologies
Copyright © 1994-2000 Sun Microsystems, Inc
Copyright © 1998 Mark Harrison
Copyright © 1998-2000 Ajuba Solutions
Copyright © 1998-2000 Scriptics Corporation
Copyright © 2001-2004 ActiveState Corporation
Copyright © 2001-2005 Kevin B. Kenny <kennykb(at)acm.org>
Copyright © 2001-2012 Donal K. Fellows
Copyright © 2003 George Petasis <petasis(at)iit.demokritos.gr>
Copyright © 2003 Simon Geard
Copyright © 2004-2010 Andreas Kupries <andreas_kupries(at)users.sourceforge.net>
Copyright © 2006 Miguel Sofer
Copyright © 2006-2008 ActiveState Software Inc
Copyright © 2006-2008 Joe Mistachkin
Copyright © 2008 Pat Thoyts
Copyright © 2008 Peter Spjuth <pspjuth(at)users.sourceforge.net>
Copyright © 2012 Trevor Davel