InputNotify¶
Notification for data arriving via an input stream.
interface ref InputNotify
Public Functions¶
apply¶
Called when data is available on the stream.
fun ref apply(
data: Array[U8 val] iso)
: None val
Parameters¶
Returns¶
- None val
dispose¶
Called when no more data will arrive on the stream.
fun ref dispose()
: None val
Returns¶
- None val