Welcome to the Xceed Community | Help
Community Search  
More Search Options

Decompress BZip2 file

Sort Posts: Previous Next
  •  02-29-2008, 1:35 PM Post no. 4918

    Decompress BZip2 file

    I'm looking for an example of how to decompress a BZip2 file. The documentation shows BZip2 as a supported compressing method, but I can't find an example of decompression.
  •  03-03-2008, 4:25 PM Post no. 4919 in reply to 4918

    Re: Decompress BZip2 file

    Our component does not support BZip2 files. Our streaming classes (QuickCompression, XceedCompressedStream, ...) do not support BZip2 either.

    Our product only supports the manipulation of zip archives that have been compressed with BZip2, not stream and byte arrays.

    We will make some modifications to our documentation as it may be unclear on the subject.
    Charles Bérubé-Rémillard
    Technical Support
    Xceed Software Inc.
  •  12-17-2009, 9:54 PM Post no. 25253 in reply to 4919

    Re: Decompress BZip2 file

    Is BZip2 still not supported and/or documented for decompression?

    We are using v3.7 of Xceed for .Net and have spent several hours trying to get this to work.

  •  03-19-2010, 2:45 AM Post no. 26196 in reply to 25253

    Re: Decompress BZip2 file

    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
    Filed under: , ,
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.