ReaderChannel
A JVM AbstractInputChannel reading one character at a time from reader (or from inputStream, wrapped into one), reporting available as false (rather than throwing) if the underlying Reader raises an IOException.
Properties
Link copied to clipboard
Link copied to clipboard
The Prolog $stream(Direction, Id)-like Struct term identifying this channel, e.g. for current_output/1.
Functions
Link copied to clipboard
Registers listener to be invoked with every element subsequently transiting this channel.
Link copied to clipboard
Unregisters every currently-registered Listener.
Link copied to clipboard
Link copied to clipboard
Unregisters listener, previously added via addListener.