Java.IO.BufferedWriter.Flush Method
Flushes this writer.

Syntax

[Android.Runtime.Register("flush", "()V", "GetFlushHandler")]
public override void Flush ()

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while flushing this writer.

Remarks

Flushes this writer. The contents of the buffer are committed to the target writer and it is then flushed.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1