Java.IO.Writer.Close Method
Closes this writer.

Syntax

[Android.Runtime.Register("close", "()V", "GetCloseHandler")]
public abstract void Close ()

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while closing this writer.

Remarks

Closes this writer. Implementations of this method should free any resources associated with the writer.

[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