StdoutOutput¶
Default TerminalOutput that writes to an OutStream (typically env.out).
Implements¶
- TerminalOutput tag
Constructors¶
create¶
Create a StdoutOutput wrapping the given OutStream.
Parameters¶
- out: OutStream tag
Returns¶
- StdoutOutput tag^
Public Behaviours¶
write¶
Write bytes to the underlying OutStream.