Java.IO.InputStream.Close Method
Closes this stream.

Syntax

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

Exceptions

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

Remarks

Closes this stream. Concrete implementations of this class should free any resources during close. 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