Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.ReaderWriter Namespace
Inheritance Hierarchy
In This Topic
    Xceed.Zip.ReaderWriter Namespace
    In This Topic
    The Xceed.Zip.ReaderWriter namespace defines specialized classes for reading and writing data sequentially using the Zip format.
    Classes
     ClassDescription
    ClassException that is thrown when the internal structure of a ZIP file is invalid.
    ClassClass which is used to register the classes located in the Xceed.Zip.ReaderWriter namespace.
    ClassClass that represents the "Ending Header" of a Zip file. This header allows you to specify a comment for the zip file.
    ClassRepresents the local file header of an item in a Zip file.
    ClassRepresents an object used to read a Zip file passed to it as a stream.
    ClassProvides byte progression information.
    ClassException that is thrown when an exception occurs while reading from the Zip file.
    ClassProvides information for use when an invalid password has been supplied.
    ClassRepresents an object used to create and write to a Zip file passed to it as a stream.
    ClassProvides byte progression information.
    ClassException that is thrown when an exception occurs while writing to the Zip file.
    Class 
    Interfaces
     InterfaceDescription
    Interface 
    Delegates
     DelegateDescription
    Delegate 
    See Also