Java.IO.PipedReader.Close Method
Closes this reader.

Syntax

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

Exceptions

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

Remarks

Closes this reader. This implementation releases the buffer used for the pipe and notifies all threads waiting to read or write.

[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