ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntry Class
Members

In This Topic
    C1ZipEntry Class
    In This Topic
    Represents an entry in a zip file, and exposes information including the entry name, compressed and uncompressed sizes, date, checksum, etc.
    Syntax
    Public Class C1ZipEntry 
    public class C1ZipEntry 
    Inheritance Hierarchy

    System.Object
       C1.Zip.C1ZipEntry

    See Also