Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.