GZIPInputStream.GzipMagic Field

Definition

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.

Applies to