* @package Mammut\IO */ interface iCharOutput extends iCharIO, iOutput { public function readChar(); }