Prints a boolean value. The string produced by java.lang.String.valueOf(boolean)
is translated into bytes
according to the platform's default character encoding, and these bytes
are written in exactly the manner of the write(int)
method.
b | The boolean to be printed |
Diagram: Writer