Deflater.BestCompression Field

Definition

Compression level for best compression.

[Android.Runtime.Register("BEST_COMPRESSION")]
public const int BestCompression = 9;
[<Android.Runtime.Register("BEST_COMPRESSION")>]
val mutable BestCompression : int

Field Value

Value = 9
Attributes

Remarks

Compression level for best compression.

Java documentation for java.util.zip.Deflater.BEST_COMPRESSION.

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