Xceed .NET Libraries Documentation
Xceed.GZip Assembly / Xceed.GZip Namespace
Inheritance Hierarchy
In This Topic
    Xceed.GZip Namespace
    In This Topic
    The Xceed.GZip namespace defines classes for handling files and folders within GZip archives.
    Classes
     ClassDescription
    ClassSpecialization of the GZippedFolder class that represents the root folder in a gzip file, i.e., the gzip file itself. Since a gzip file cannot contain subfolders, this is the only type of folder you can get out of a gzip archive.
    ClassException that is thrown when an error occurs in the Xceed.GZip namespace.
    ClassSpecialization of the Xceed.FileSystem.AbstractFile class that implements access to a file stored within a gzip file.
    ClassSpecialization of the Xceed.FileSystem.AbstractFolder class that implements access to a folder stored in a GZip file.
    ClassException that is thrown when the internal structure of a gzip file is invalid.
    ClassClass which is used to register the classes located in the Xceed.GZip namespace.
    ClassExposes static methods that allow basic GZip file operations.
    ClassException that is thrown when an error occurs in a method of the QuickGZip class.
    Delegates
     DelegateDescription
    DelegateDelegate for ByteProgression notification.
    DelegateDelegate for ItemProgression notification.
    See Also