Top "Dotnetzip" questions

Questions dealing with the DotNetZip open-source zip library for .NET

DotNetZip - Calculate final zip size before calling Save(stream) in C#

When using DotNetZip, is it possible to get what the final zip file size will be before calling Save(stream)? …

c# dotnetzip
Extracting a specific folder from a zip using DotNetZip

I've searched around for examples, but can't seem to find a DotNetZip scenario that involves extracting a certain folder. I'm …

c# linq dotnetzip
Compression fails when using ionic zip

I am using the latest version of ionic zip version 1.9.1.8.I have set the property of ionic zip ParallelDeflateThreshold = 0. The …

c# zip zipfile dotnetzip
Ionic.Zip (DotNetZip) hangs with in save method with IO.MemoryStream

I'll try to create an zip file with the DotNetZip-Libary with 106 Images (675MB) with the following code: Public Function GetZip() …

vb.net memorystream dotnetzip
How to Use DotNetZip to extract XML file from zip

I'm using the latest version of DotNetZip, and I have a zip file with 5 XMLs on it. I want to …

c# xml zip dotnetzip
Extracting zip file in memory failing with C# DotNetZip

I'm trying to download and extract a zip file in C#, specifically DotNetZip. When I run this code... HttpWebRequest webRequest = (…

c# zip dotnetzip