Search code examples
compressionsharpziplibfastzip

Does ICSharpCode.SharpZipLib's FastZip supports setting compression level?


It seems fast, what could be its compression level? Can it be changed?

I'm using FastZip so I can show a progressbar. I tried Peter Bromberg's sample code first, setting the compression level is possible, but don't have a sample code for progress event


Solution

  • Check out this http://community.sharpdevelop.net/forums/p/6835/19472.aspx

    from JohnReilly:

    Hi, FastZip and ZipFile dont currently support setting the compression level. They both use maximum compression. Cheers, -jr-