Pack200.Unpacker.DeflateHint Field

Definition

Caution

Use 'Java.Util.Jar.Pack200.IUnpacker.DeflateHint'. This class will be removed in a future release.

Property indicating that the unpacker should ignore all transmitted values for DEFLATE_HINT, replacing them by the given value, #TRUE or #FALSE.

[Android.Runtime.Register("DEFLATE_HINT")]
[System.Obsolete("Use 'Java.Util.Jar.Pack200.IUnpacker.DeflateHint'. This class will be removed in a future release.")]
public const string DeflateHint;
[<Android.Runtime.Register("DEFLATE_HINT")>]
[<System.Obsolete("Use 'Java.Util.Jar.Pack200.IUnpacker.DeflateHint'. This class will be removed in a future release.")>]
val mutable DeflateHint : string

Field Value

Attributes

Remarks

Property indicating that the unpacker should ignore all transmitted values for DEFLATE_HINT, replacing them by the given value, #TRUE or #FALSE. The default value is the special string #KEEP, which asks the unpacker to preserve all transmitted deflation hints.

Java documentation for java.util.jar.Pack200.Unpacker.DEFLATE_HINT.

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