_buffer = new StringBuffer();
_buffer.append(s); return this;
_buffer.append(s, from, to); return this;
_buffer.append(ch); return this;
return _buffer.toString();