* @package Mammut\IO */ interface iInput extends iIO { public function write($data); }