* @package Mammut\IO */ interface iCharIO extends iIO { public function getCharset(); public function setCharset($charset); /** * @return true if the current character set is a multibyte charset */ public function isMultibyte(); }