Back to Devexpress

DevExpress.Compression Namespace

officefileapi-devexpress-6930b074.md

latest3.7 KB
Original Source

DevExpress.Compression Namespace

Contains classes of the Compression library intended to implement zip compression and archive generation functionality.

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Classes

NameDescription
AllowFileOverwriteEventArgsProvides data for the ZipArchive.AllowFileOverwrite event.
CanContinueEventArgsBase class that provides data to indicate whether the process can proceed further.
ErrorEventArgsProvides data for the ZipArchive.Error event.
ProgressEventArgsProvides data for the ZipArchive.Progress event.
WrongPasswordExceptionAn exception that is thrown when an encrypted zip file item is extracted with an invalid password.
ZipArchiveThe central object of the library - a package of entries containing compressed data.
ZipArchiveOptionsBehaviorContains options that specify how the zip archive performs certain actions.
ZipByteArrayItemA zip item specific to the byte array source.
ZipDirectoryItemA zip item specific to the directory.
ZipFileItemA zip item specific to the file source.
ZipItemAn entry in the zip archive containing compressed data.
ZipItemAddingEventArgsProvides data for the ZipArchive.ItemAdding event.
ZipStreamItemA zip item specific to the stream source.
ZipTextItemA zip item specific to the text source.

Delegates

NameDescription
AllowFileOverwriteEventHandlerA method that will handle the ZipArchive.AllowFileOverwrite event.
ErrorEventHandlerA method that will handle the ZipArchive.Error event.
ProgressEventHandlerA method that will handle the ZipArchive.Progress event.
ZipItemAddingEventHandlerA method that will handle the ZipArchive.ItemAdding event.

Enums

NameDescription
AllowFileOverwriteModeLists available modes to handle a file conflict when unzipping the archive.
EncryptionTypeLists the available encryption types.
ZipItemAddingActionLists a possible action when the ZipArchive.ItemAdding event is handled.