Pascal-Krenckel / NppGZipFileViewer

A Notepad++ plugin to open and save files in the gzip format.
Apache License 2.0
5 stars 2 forks source link

Using SharpZipLib #2

Closed josdion closed 2 years ago

josdion commented 2 years ago

Hi, can you consider replacing GZipStream with SharpZipLib or some other compression library that is more robust against corrupted archive files?

Pascal-Krenckel commented 2 years ago

If I find the time, since I have to add settings for the compression level to the settings dialog.

Pascal-Krenckel commented 2 years ago

There is now a pre-release available that uses SharpZibLib. It also works with BZip2 now.