Browse by Tags
All Tags » Zip » BZip2 (RSS)
-
Hi,
version 4.1 definitely supports BZIP2 :
http://xceed.com/Zip_Net_Features.html
It's a property and it can be found in the namespace: Xceed.Compression By setting the CompressionMethod to (almost the last line of the ZipDemo.cs)
private static CompressionMethod m_method = CompressionMethod.BZip2;
instead of the currently ...
|
|
|
|