Java.IO.BufferedWriter Members

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

See Also: Inherited members from Java.IO.Writer

Public Constructors

Constructs a new BufferedWriter, providing out with a buffer of 8192 chars.
Constructs a new BufferedWriter, providing out with size chars of buffer.

Protected Constructors

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

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.
NewLine()
Writes a newline to this writer.
NewLineAsync() : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
override
Write(char[], int, int)
Writes count characters starting at offset in buffer to this writer.