Back to Devexpress

ZipArchive.Read Method

officefileapi-devexpress-dot-compression-dot-ziparchive-dot-read.md

latest1.7 KB
Original Source

ZipArchive.Read Method

NameParametersDescription
Read(Stream, Encoding, Boolean) staticstream, encoding, catchExceptionsStatic 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) staticstream, encodingStatic method that creates a ZipArchive instance from the specified stream containing zipped data.
Read(Stream) staticstreamStatic method that creates a ZipArchive instance from the specified stream containing zipped data.
Read(String, Encoding, Boolean) staticfileName, encoding, catchExceptionsStatic 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) staticfileName, encodingStatic method that creates a ZipArchive instance from the specified archive file.
Read(String) staticfileNameStatic method that creates a ZipArchive instance from the specified archive file.