IBaseStream.Close Method

Definition

Closes this stream, causing all close handlers for this stream pipeline to be called.

[Android.Runtime.Register("close", "()V", "GetCloseHandler:Java.Util.Streams.IBaseStreamInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public void Close ();
[<Android.Runtime.Register("close", "()V", "GetCloseHandler:Java.Util.Streams.IBaseStreamInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Close : unit -> unit
Attributes

Remarks

Closes this stream, causing all close handlers for this stream pipeline to be called.

Java documentation for java.util.stream.BaseStream.close().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to