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

Syntax

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

Exceptions

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

Remarks

Closes this writer. If a Java.IO.PipedReader is connected to this writer, it is closed as well and the pipe is disconnected. Any data buffered in the reader can still be read.

[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