method
writeCharCode

void writeCharCode(
int charCode
)

Writes the charCode to this.

This method is equivalent to write(new String.fromCharCode(charCode)).