Difference between revisions of "ChucK/Dev/IO/FileIO"
From CSWiki
Line 6: | Line 6: | ||
===Events=== | ===Events=== | ||
===Constants=== | ===Constants=== | ||
− | ; <code>FileIO.stdin</code><br /><code>FileIO.stdout</code> : Pre-created files for reading from and writing to stdin and stdout. | + | ; <code>FileIO.stdin</code><br /><code>FileIO.stdout</code> : Pre-created files for reading from and writing to <tt>stdin</tt> and <tt>stdout</tt>. |
Revision as of 10:32, 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.