Java.Util.Zip.ZipEntry Class
An entry within a zip file.

See Also: ZipEntry Members

Syntax

[Android.Runtime.Register("java/util/zip/ZipEntry", DoNotGenerateAcw=true)]
public class ZipEntry : Java.Lang.Object, Java.Lang.ICloneable, IDisposable

Remarks

An entry within a zip file. An entry has attributes such as its name (which is actually a path) and the uncompressed size of the corresponding data. An entry does not contain the data itself, but can be used as a key with ZipFile.GetInputStream(ZipEntry). The class documentation for Java.Util.Zip.ZipInputStream and Java.Util.Zip.ZipOutputStream shows how ZipEntry is used in conjunction with those two classes.

[Android Documentation]

Requirements

Namespace: Java.Util.Zip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1