Namespace OfficeOpenXml.Packaging.Ionic.Zip
Classes
BadCrcException
Issued when an CRC check fails upon extracting an entry from a zip archive.
BadPasswordException
Issued when an ZipEntry.ExtractWithPassword()
method is invoked
with an incorrect password.
BadReadException
Indicates that a read was attempted on a stream, and bad or incomplete data was received.
BadStateException
SfxGenerationException
Issued when errors occur saving a self-extracting archive.
ZipException
Base class for all exceptions defined by and throw by the Zip library.
Delegates
CloseDelegate
Delegate in which the application closes the stream, just-in-time, for the named entry.
OpenDelegate
Delegate in which the application opens the stream, just-in-time, for the named entry.
SetCompressionCallback
Delegate for the callback by which the application tells the library the CompressionLevel to use for a file.
WriteDelegate
Delegate in which the application writes the ZipEntry
content for the named entry.