Java.IO.PipedWriter.Flush Method
Notifies the readers of this PipedReader that characters can be read.

Syntax

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

Exceptions

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

Remarks

Notifies the readers of this PipedReader that characters can be read. This method does nothing if this Writer is not connected.

[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