Skip to content

StdoutOutput

[Source]

Default TerminalOutput that writes to an OutStream (typically env.out).

actor tag StdoutOutput is
  TerminalOutput tag

Implements


Constructors

create

[Source]

Create a StdoutOutput wrapping the given OutStream.

new tag create(
  out: OutStream tag)
: StdoutOutput tag^

Parameters

Returns


Public Behaviours

write

[Source]

Write bytes to the underlying OutStream.

be write(
  data: Array[U8 val] val)

Parameters