See Also: ZipEntry Members
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.