readChar

open fun readChar(): Char(source)

Get the next character from the selected input. The method of selecting the input is the responsibility of the class implementing this interface.

Return

the next character from the selected input

Throws