Writer.Flush Method

Definition

Flushes the stream.

[Android.Runtime.Register("flush", "()V", "GetFlushHandler")]
public abstract void Flush ();
[<Android.Runtime.Register("flush", "()V", "GetFlushHandler")>]
abstract member Flush : unit -> unit

Implements

Attributes

Exceptions

if an error occurs while flushing this writer.

Remarks

Java documentation for java.io.Writer.flush().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to