writeCharCode method
Writes the charCode
to this
.
This method is equivalent to write(new String.fromCharCode(charCode))
.
Implementation
void writeCharCode(int charCode);
Writes the charCode
to this
.
This method is equivalent to write(new String.fromCharCode(charCode))
.
void writeCharCode(int charCode);