Reads a String from the buffer.
String readString(int length) => String.fromCharCodes(Uint8List.sublistView(_read(length)));