Pack200.IUnpacker.DeflateHint Field
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.
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")]
public const string DeflateHint;
[<Android.Runtime.Register("DEFLATE_HINT")>]
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.