Reads an UTF-8 string.
String readUtf8(int length) { final bytes = _readUint8ListView(length); return utf8.decode(bytes); }