SharpZipLib icon indicating copy to clipboard operation
SharpZipLib copied to clipboard

ZipOutputStream is not support BZip2

Open zhuxb711 opened this issue 3 years ago • 3 comments

https://github.com/icsharpcode/SharpZipLib/blob/7ed87d10b8ecafeb5abb5a129c046837416ac11f/src/ICSharpCode.SharpZipLib/Zip/ZipOutputStream.cs#L261

ZipEntry is now support for BZip2 but ZipOutputStream is still not support that yet?

zhuxb711 avatar Apr 28 '21 06:04 zhuxb711

ZipFile now has support for adding BZip2 compressed entries, but ZipOutputStream is Deflate/Store only

Numpsy avatar Apr 28 '21 09:04 Numpsy

Why ZipOutputStream could not use BZip2 ? It should be the same as ZipFile but has more control to developer

zhuxb711 avatar Apr 28 '21 09:04 zhuxb711

Because no one has implemented it yet, pull requests are welcomed! 😁

piksel avatar Apr 28 '21 10:04 piksel