Java.IO.PrintStream: Constructor Members

The constructors of Java.IO.PrintStream are listed below. For a list of all members, see the PrintStream Members list.

See Also: Inherited members from Java.IO.FilterOutputStream

Public Constructors

Constructs a new PrintStream with file as its target.
Constructs a new PrintStream with out as its target stream.
Constructs a new PrintStream with the file identified by fileName as its target.
Constructs a new PrintStream with file as its target.
Constructs a new PrintStream with out as its target stream.
Constructs a new PrintStream with the file identified by fileName as its target.
Constructs a new PrintStream with out as its target stream and using the character encoding charsetName while writing.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.