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
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |