Class | Description | |
---|---|---|
![]() | GZipArchive | Specialization 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. |
![]() | GZipException | Exception that is thrown when an error occurs in the Xceed.GZip namespace. |
![]() | GZippedFile | Specialization of the Xceed.FileSystem.AbstractFile class that implements access to a file stored within a gzip file. |
![]() | GZippedFolder | Specialization of the Xceed.FileSystem.AbstractFolder class that implements access to a folder stored in a GZip file. |
![]() | InvalidGZipStructureException | Exception that is thrown when the internal structure of a gzip file is invalid. |
![]() | Licenser | Class which is used to register the classes located in the Xceed.GZip namespace. |
![]() | QuickGZip | Exposes static methods that allow basic GZip file operations. |
![]() | QuickGZipException | Exception that is thrown when an error occurs in a method of the QuickGZip class. |