Prints an array of characters. The characters are converted into bytes
according to the platform's default character encoding, and these bytes
are written in exactly the manner of the write(int)
method.
s | The array of chars to be printed |
NullPointerException | If s is null |
Diagram: Writer