The members of Java.IO.BufferedWriter are listed below.
See Also: Inherited members from Java.IO.Writer
Constructs a new BufferedWriter, providing out with a buffer of 8192 chars. | ||
Constructs a new BufferedWriter, providing out with size chars of buffer. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
override | Close()Closes this writer. | |
override | Flush()Flushes this writer. | |
NewLine()Writes a newline to this writer. | ||
NewLineAsync()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. |