Console Input Channel
A ConsoleInputChannel provides a faux asynchronous interface to a synchronous input stream. The reader must supply UTF-8 encoded characters.
Author
Todd L Smith
Parameters
stream
An input stream. This should generally be System. in.
Constructors
Link copied to clipboard
Construct a new ConsoleInputChannel that wraps the specified stream.
Functions
Link copied to clipboard
open override fun <A> read( buffer: CharBuffer, attachment: A?, handler: CompletionHandler<Int, A>)
Content copied to clipboard