Difference between revisions of "ChucK/Dev/IO/FileIO"
From CSWiki
Line 4: | Line 4: | ||
The <tt>FileIO</tt> class is a subclass of the [[ChucK/Dev/IO#IO_Class|<tt>IO</tt>]] class. | The <tt>FileIO</tt> class is a subclass of the [[ChucK/Dev/IO#IO_Class|<tt>IO</tt>]] class. | ||
===Methods=== | ===Methods=== | ||
+ | ===Events=== | ||
+ | ===Constants=== | ||
+ | ; <code>FileIO.stdin</code>, <code>FileIO.stdout</code> : Pre-created files for reading from and writing to stdin and stdout. |
Revision as of 10:30, 6 March 2008
The following is subject to change.
Contents
FileIO Class
The FileIO class is a subclass of the IO class.
Methods
Events
Constants
-
FileIO.stdin
,FileIO.stdout
- Pre-created files for reading from and writing to stdin and stdout.