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

Syntax

[Android.Runtime.Register("close", "()V", "GetCloseHandler:Java.IO.IObjectInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Close ()

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs while closing the input stream.

Remarks

Closes this stream. Implementations of this method should free any resources used by the stream.

[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