Java.IO.OutputStream.Flush Method
Flushes this stream.

Syntax

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

Exceptions

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

Remarks

Flushes this stream. Implementations of this method should ensure that any buffered data is written out. This implementation does nothing.

[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