public PrintStream (OutputStream out)

Creates a new print stream. This stream will not flush automatically.

Parameters:
out    The output stream to which values and objects will be printed

See also:
java.io.PrintWriter.PrintWriter(java.io.OutputStream)