fun Input.readTextExact(charset: Charset = Charsets.UTF_8, n: Int): String
Read exactly n characters interpreting bytes in the specified charset.