Xceed.Zip.ReaderWriter Namespace
See Also  Inheritance Hierarchy
Xceed.Zip Assembly : Xceed.Zip.ReaderWriter Namespace
The Xceed.Zip.ReaderWriter namespace defines specialized classes for reading and writing data sequentially using the Zip format.

Classes

ClassDescription
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.

See Also