| Class | Description |
|---|---|
| Licenser | Class which is used to register the classes located in the Xceed.Zip.ReaderWriter namespace. |
| ZipEndHeader | Class that represents the "Ending Header" of a Zip file. This header allows you to specify a comment for the zip file. |
| ZipItemLocalHeader | Represents the local file header of an item in a Zip file. |
| ZipReader | Represents an object used to read a Zip file passed to it as a stream. |
| ZipReaderByteProgressionEventArgs | Provides byte progression information. |
| ZipReaderException | Exception that is thrown when an exception occurs while reading from the Zip file. |
| ZipReaderInvalidPasswordEventArgs | Provides information for use when an invalid password has been supplied. |
| ZipWriter | Represents an object used to create and write to a Zip file passed to it as a stream. |
| ZipWriterByteProgressionEventArgs | Provides byte progression information. |
| ZipWriterException | Exception that is thrown when an exception occurs while writing to the Zip file. |