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
Post a Comment