Stream Component
The stream: component provides access to the System.in, System.out and System.err streams together with allowing streaming of output to a file.
URI format
stream:in
stream:out
stream:err
stream:file?file=/foo/bar.txt
stream:header
If the stream:header option is specified then the stream header is used to find the stream to read/write to
Options
| Name |
Default Value |
Description |
| file |
null |
When using the stream:file notation this specifies the file name to stream to/from |
See Also