Prints a character. The character is translated into one or more bytes
according to the platform's default character encoding, and these bytes
are written in exactly the manner of the write(int) method.
c | The char to be printed |
Diagram: Writer