Reference for Processing version 1.5. If you have a previous version, use the reference included with your software. If you see any errors or have suggestions, please let us know. If you prefer a more technical reference, visit the Processing Javadoc.
| Name | saveStream() | ||||||
|---|---|---|---|---|---|---|---|
| Description | Save the contents of a stream to a file in the sketch folder. This is basically saveBytes(blah, loadBytes()), but done more efficiently (and with less confusing syntax). When using the targetFile parameter, it writes to a File object for greater control over the file location. (Note that unlike other api methods, this will not automatically compress or uncompress gzip files.) | ||||||
| Syntax | saveStream(targetFilename, sourceLocation) saveStream(targetFile, sourceLocation) | ||||||
| Parameters | 
 | ||||||
| Returns | None | ||||||
| Usage | Application | ||||||
| Related | createOutput() | 

