Writes a raw string to the output buffer and returns its length.
@override int writeString(String s) { _buf.write(s); return s.length; }