Show / Hide Table of Contents

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

Indicates that an operation was attempted on a ZipFile which was not possible given the state of the instance. For example, if you call Save() on a ZipFile which has no filename set, you can get this exception.

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.

In This Article
Back to top Generated by DocFX