[]
Decompresses data from .NET streams.
Compresses data into .NET Streams.
Represents an entry in a zip file, and exposes information including the entry name, compressed and uncompressed sizes, date, checksum, etc.
A collection of C1ZipEntry objects that represent the contents of a zip file.
Used for creating, opening, and managing zip files.
Encoding used for entry names and comments. The default encoding is UTF-8.
Exception thrown when trying to open an invalid Zip file.
Specifies the level of compression to be applied when adding entries to a C1ZipFile.
Represents the method that will handle the Progress event of a C1ZipFile.