Open zhuxb711 opened 3 years ago
ZipFile now has support for adding BZip2 compressed entries, but ZipOutputStream is Deflate/Store only
Why ZipOutputStream could not use BZip2 ? It should be the same as ZipFile but has more control to developer
Because no one has implemented it yet, pull requests are welcomed! 😁
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?