Reference for Processing (BETA) version 0135+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.
Name | openStream() |
||
---|---|---|---|
Examples | Coming soon... |
||
Description | Simplified method to open a Java InputStream. This function is useful if you want to easily open files from the data folder or from a URL, but want an InputStream object so that you can use other Java methods to take more control of how the stream is read. | ||
Syntax | openStream(file) |
||
Parameters |
|
||
Usage | Web & Application | ||
Related | loadBytes() loadStrings() saveStrings() saveBytes() |