Deflater.Finished Method

Definition

Returns true if the end of the compressed data output stream has been reached.

[Android.Runtime.Register("finished", "()Z", "GetFinishedHandler")]
public virtual bool Finished ();
[<Android.Runtime.Register("finished", "()Z", "GetFinishedHandler")>]
abstract member Finished : unit -> bool
override this.Finished : unit -> bool

Returns

true if the end of the compressed data output stream has been reached

Attributes

Remarks

Returns true if the end of the compressed data output stream has been reached.

Java documentation for java.util.zip.Deflater.finished().

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