DevExpress.Compression Namespace
Contains classes of the Compression library intended to implement zip compression and archive generation functionality.
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Classes
Name | Description |
---|---|
Allow |
Provides data for the Zip |
Can |
Base class that provides data to indicate whether the process can proceed further. |
Error |
Provides data for the Zip |
Progress |
Provides data for the Zip |
Wrong |
An exception that is thrown when an encrypted zip file item is extracted with an invalid password. |
Zip |
The central object of the library - a package of entries containing compressed data. |
Zip |
Contains options that specify how the zip archive performs certain actions. |
Zip |
A zip item specific to the byte array source. |
Zip |
A zip item specific to the directory. |
Zip |
A zip item specific to the file source. |
Zip |
An entry in the zip archive containing compressed data. |
Zip |
Provides data for the Zip |
Zip |
A zip item specific to the stream source. |
Zip |
A zip item specific to the text source. |
#Delegates
Name | Description |
---|---|
Allow |
A method that will handle the Zip |
Error |
A method that will handle the Zip |
Progress |
A method that will handle the Zip |
Zip |
A method that will handle the Zip |
#Enums
Name | Description |
---|---|
Allow |
Lists available modes to handle a file conflict when unzipping the archive. |
Encryption |
Lists the available encryption types. |
Zip |
Lists a possible action when the Zip |