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 there:
private
static CompressionMethod m_method = CompressionMethod.Deflated
in the sample project ZipDemo (C:\Xceed Component Samples\Xceed Zip for .NET 4.1\Samples\Zip-related\CSharp\ZipDemo) you will be zipping (and unzipping) files with the BZip2 compression method.
http://doc.xceedsoft.com/products/XceedFileSystem/Xceed.Compression~Xceed.Compression.CompressionMethod.html
Best regards,
Ghislain
Technical Support and software developer
Xceed Software Inc.
Knowledge Base : http://xceed.com/kb/
Update Center : http://xceed.com/updates/
Documentation Center : http://xceed.com/doc/
For everything else, there is Google