public
PrintWriter
(
Writer
out,
boolean
autoFlush)
Creates a new PrintWriter.
Parameters:
out
A character-output stream
autoFlush
A boolean; if true, the
println
,
printf
, or
format
methods will flush the output buffer
Diagram:
Writer