Creates a new print stream.
out | The output stream to which values and objects will be printed | |
autoFlush | A boolean; if true, the output buffer will be flushed
whenever a byte array is written, one of the
println methods is invoked, or a newline
character or byte ( '\n') is written |
java.io.PrintWriter.PrintWriter(java.io.OutputStream, boolean)
Diagram: OutputStream