compression - Unzip 4gb file in c# -


i using sharp lib zip , unzip. works fine upto 4gb file looking .net framework solution. tried gzipcompression in dotnet. fails uncompress 4gb files. know other zip library handles large files.

thanks

dotnetzip handle zip64 archives (>4.2gb) correctly, in 100% managed code. (from testing) has dramatically better feature set , better job framework libraries compression (ie: equal or better perf. smaller files - 1/3rd size of framework's compression routines).


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -