Java.IO.OutputStreamWriter.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. This implementation ensures that all buffered bytes are written to the target stream. After writing the bytes, the target stream is flushed as well.

[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