Java.IO.PrintWriter: Constructor Members

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

See Also: Inherited members from Java.IO.Writer

Public Constructors

Constructs a new PrintWriter with file as its target.
Constructs a new PrintWriter with wr as its target writer.
Constructs a new PrintWriter with out as its target stream.
Constructs a new PrintWriter with the file identified by fileName as its target.
Constructs a new PrintWriter with file as its target.
Constructs a new PrintWriter with out as its target writer.
Constructs a new PrintWriter with out as its target stream.
Constructs a new PrintWriter with the file identified by fileName as its target.

Protected Constructors

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