OutStream
Asnychronous access to some output stream.
interface tag OutStream
Public Behaviours
Print some bytes and insert a newline afterwards.
be print( data: (String val | Array[U8 val] val))
Parameters
write
Print some bytes without inserting a newline afterwards.
be write( data: (String val | Array[U8 val] val))
Parameters
printv
Print an iterable collection of ByteSeqs.
be printv( data: ByteSeqIter val)
Parameters
- data: ByteSeqIter val
writev
Write an iterable collection of ByteSeqs.
be writev( data: ByteSeqIter val)
Parameters
- data: ByteSeqIter val
flush
Flush the stream.
be flush()
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/builtin-OutStream