Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ZipArchive.Read Method

Name Parameters Description
Read(Stream, Encoding, Boolean) static stream, encoding, catchExceptions Static method that creates a ZipArchive instance from the specified stream containing zipped data, use the specified encoding for the zip item names and allows you not to catch exceptions when extracting a particular zip entry.
Read(Stream, Encoding) static stream, encoding Static method that creates a ZipArchive instance from the specified stream containing zipped data.
Read(Stream) static stream Static method that creates a ZipArchive instance from the specified stream containing zipped data.
Read(String, Encoding, Boolean) static fileName, encoding, catchExceptions Static method that creates a ZipArchive instance from the archive file, uses the specified encoding for the zip item names and allows you not to catch exceptions when extracting a particular zip entry.
Read(String, Encoding) static fileName, encoding Static method that creates a ZipArchive instance from the specified archive file.
Read(String) static fileName Static method that creates a ZipArchive instance from the specified archive file.