Process Input Channel
A ProcessInputChannel provides a faux asynchronous interface to a synchronous process 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 ProcessInputChannel that wraps the specified stream.