DeflaterOutputStream.Deflate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.