[]
        
(Showing Draft Content)

C1.Zip

C1.Zip Namespace

Classes

C1ZStreamReader

Decompresses data from .NET streams.

C1ZStreamWriter

Compresses data into .NET Streams.

C1ZipEntry

Represents an entry in a zip file, and exposes information including the entry name, compressed and uncompressed sizes, date, checksum, etc.

C1ZipEntryCollection

A collection of C1ZipEntry objects that represent the contents of a zip file.

C1ZipFile

Used for creating, opening, and managing zip files.

ZipEncoding

Encoding used for entry names and comments. The default encoding is UTF-8.

ZipFileException

Exception thrown when trying to open an invalid Zip file.

ZipProgressEventArgs

Provides data for the Progress event of a C1ZipFile.

Enums

CompressionLevelEnum

Specifies the level of compression to be applied when adding entries to a C1ZipFile.

Delegates

ZipProgressEventHandler

Represents the method that will handle the Progress event of a C1ZipFile.