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