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.