InflaterInputStream.Closed Property

Definition

Indicates whether the #close() method has been called, internal use only.

[Android.Runtime.Register("closed", ApiSince=24)]
protected bool Closed { get; set; }
[<Android.Runtime.Register("closed", ApiSince=24)>]
member this.Closed : bool with get, set

Property Value

Attributes

Remarks

Indicates whether the #close() method has been called, internal use only.

This member is deprecated. This field will be removed from a future version of Android and should not be used. Subclasses that access this field need to be modified to keep track of their own closed state by overriding close().

Java documentation for java.util.zip.InflaterInputStream.closed.

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