Java.IO.PrintWriter.Flush Method
Ensures that all pending data is sent out to the target.

Syntax

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

Remarks

Ensures that all pending data is sent out to the target. It also flushes the target. If an I/O error occurs, this writer's error state is set to true.

[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