Name | Description |
---|---|
AddProgressEventArgs | Provides information about the progress of a Add operation. |
BadCrcException | |
BadPasswordException | |
BadReadException | |
BadStateException | |
ComHelper | |
CountingStream | A decorator stream. It wraps another stream, and performs bookkeeping to keep track of the stream Position. |
ExtractProgressEventArgs | Provides information about the progress of the extract operation. |
NetCfFile | |
OffsetStream | |
ReadOptions | A class for collecting the various options that can be used when Reading zip files for extraction or update. |
ReadProgressEventArgs | Provides information about the progress of a Read operation. |
SaveProgressEventArgs | Provides information about the progress of a save operation. |
SelfExtractorSaveOptions | The options for generating a self-extracting archive. |
SfxGenerationException | |
SharedUtilities | Collects general purpose utility methods. |
ZipCipherStream | A Stream for reading and concurrently decrypting data from a zip file, or for writing and concurrently encrypting data to a zip file. |
ZipConstants | |
ZipContainer | |
ZipCrypto | This class implements the "traditional" or "classic" PKZip encryption, which today is considered to be weak. On the other hand it is ubiquitous. This class is intended for use only by the DotNetZip library. |
ZipEntry | |
ZipEntry.CopyHelper | |
ZipErrorEventArgs | Provides information about the an error that occurred while zipping. |
ZipException | |
ZipFile | |
ZipFile.ExtractorSettings | |
ZipInputStream | Provides a stream metaphor for reading zip files. |
ZipOutput | |
ZipOutputStream | Provides a stream metaphor for generating zip files. |
ZipProgressEventArgs | Provides information about the progress of a save, read, or extract operation. This is a base class; you will probably use one of the classes derived from this one. |
ZipSegmentedStream |