Java.IO.OutputStreamWriter Members

The members of Java.IO.OutputStreamWriter are listed below.

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.

Public Properties

[read-only]
Encodingstring. Returns the canonical name of the encoding used by this writer to convert characters to bytes, or null if this writer has been closed.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
Close()
Closes this writer.
override
Flush()
Flushes this writer.
override
Write(char[], int, int)
Writes count characters starting at offset in buf to this writer.