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

Add a variant of FastZip.CreateZip with a leaveOpen parameter to control output stream disposal #455

Merged
merged 2 commits into from
Aug 7, 2020

Conversation

Numpsy
Copy link
Contributor

@Numpsy Numpsy commented Apr 22, 2020

refs #78, #124

Add a variant of FastZip.CreateZip that takes a 'leaveOpen' parameter which controls whether the outputStream is disposed.

We can't really change the behaviour of the existing CreateZip stream variant at this point as it would be a breaking change, so this seems next best?

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 added the zip Related to ZIP file format label May 3, 2020
@Numpsy Numpsy marked this pull request as ready for review June 22, 2020 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
zip Related to ZIP file format
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants