GZIPInputStream.GzipMagic 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.
GZIP header magic number.
[Android.Runtime.Register("GZIP_MAGIC")]
public const int GzipMagic = 35615;
[<Android.Runtime.Register("GZIP_MAGIC")>]
val mutable GzipMagic : int
Field Value
Value = 35615- Attributes
Remarks
GZIP header magic number.
Java documentation for java.util.zip.GZIPInputStream.GZIP_MAGIC
.
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.