You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  • No labels