writeCharCode method
- int charCode
override
Adds the string representation of charCode
to the buffer.
Equivalent to write(String.fromCharCode(charCode))
.
Implementation
external void writeCharCode(int charCode);
Adds the string representation of charCode
to the buffer.
Equivalent to write(String.fromCharCode(charCode))
.
external void writeCharCode(int charCode);