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

Syntax

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

Exceptions

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

Remarks

Flushes this writer. Implementations of this method should ensure that all buffered characters are written to the target.

[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