Adds the string representation of charCode to the buffer.
charCode
Equivalent to write(String.fromCharCode(charCode)).
write(String.fromCharCode(charCode))
@override void writeCharCode(int charCode) { _buffer = null; super.writeCharCode(charCode); }