Java.IO.OutputStreamWriter: Constructor Members

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

See Also: Inherited members from Java.IO.Writer

Public Constructors

Constructs a new OutputStreamWriter using out as the target stream to write converted characters to.
Constructs a new OutputStreamWriter using out as the target stream to write converted characters to and cs as the character encoding.
Constructs a new OutputStreamWriter using out as the target stream to write converted characters to and charsetEncoder as the character encoder.
Constructs a new OutputStreamWriter using out as the target stream to write converted characters to and charsetName as the character encoding.

Protected Constructors

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