Share via


DeflaterOutputStream.Deflate Method

Definition

Writes next block of compressed data to the output stream.

[Android.Runtime.Register("deflate", "()V", "GetDeflateHandler")]
protected virtual void Deflate ();
[<Android.Runtime.Register("deflate", "()V", "GetDeflateHandler")>]
abstract member Deflate : unit -> unit
override this.Deflate : unit -> unit
Attributes

Exceptions

If an error occurs during deflation.

Remarks

Writes next block of compressed data to the output stream.

Java documentation for java.util.zip.DeflaterOutputStream.deflate().

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