Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wire up support for BZip2 compresion in zip files #355

Merged
merged 1 commit into from
Oct 8, 2020

Conversation

Numpsy
Copy link
Contributor

@Numpsy Numpsy commented Jun 17, 2019

Work in progress changes to wire up BZip2 support in Zip files using the ZipFile API. refs #315

Notes:
Needs #333 to prevent ZipInputStream breaking if you try to read such an entry with it.
Needs #422 to reject attempts to add bzip2 compressed entries to ZipOutputStream.
Might need some other tweaks.

It does seem to be reading small zip/bzip2 format files produced with 7-zip successfully at least.

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License.

@Numpsy Numpsy changed the title WIP: Wire up support for BZip2 compresion in zip files Wire up support for BZip2 compresion in zip files Aug 16, 2020
Copy link
Member

@piksel piksel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does look good and should not interfere with the existing usage

@piksel piksel merged commit 716b913 into icsharpcode:master Oct 8, 2020
@Numpsy Numpsy deleted the zip-bzip branch October 9, 2020 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants