Deflater.BestSpeed Field

Definition

Compression level for fastest compression.

[Android.Runtime.Register("BEST_SPEED")]
public const int BestSpeed = 1;
[<Android.Runtime.Register("BEST_SPEED")>]
val mutable BestSpeed : int

Field Value

Value = 1
Attributes

Remarks

Compression level for fastest compression.

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

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