Process Input Channel
A ProcessInputChannel provides a faux asynchronous interface to a synchronous processinput 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.
Functions
Link copied to clipboard
open override fun <A> read( buffer: CharBuffer, attachment: A?, handler: CompletionHandler<Int, A>)
Content copied to clipboard