Java.IO.IFlushable.Flush Method
Flushes the object by writing out any buffered data to the underlying output.

Syntax

[Android.Runtime.Register("flush", "()V", "GetFlushHandler:Java.IO.IFlushableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Flush ()

Exceptions

TypeReason
Java.IO.IOExceptionif there are any issues writing the data.

Remarks

Flushes the object by writing out any buffered data to the underlying output.

[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