ZipEntry Class

This class represents a member of a zip archive. ZipFile and ZipInputStream will give you instances of this class as information about the members in an archive. On the other hand ZipOutputStream needs an instance of this class to create a new member. author of the original java version : Jochen Hoenicke

For a list of all members of this type, see ZipEntry Members.

System.Object
   ZipEntry

[Visual Basic]
Public Class ZipEntry
   Implements ICloneable
[C#]
public class ZipEntry : ICloneable

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip Namespace

Assembly: SharpZipLib.dll

See Also

ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace