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 KmzFile overloads to use different underlying zip stream #53

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Add KmzFile overloads to use different underlying zip stream #53

merged 1 commit into from
Apr 17, 2024

Conversation

p-skakun
Copy link
Contributor

This pull request adds the ability to specify a custom underlying stream for the kmz zip archive. In certain scenarios, such as limited resources, handling huge files, or frequent operations, using MemoryStream may not be the best option. Changes can be explicitly flushed by calling the Flush() method if needed.

@samcragg
Copy link
Owner

Thanks for contributing, code looks fine with me!

I'll get a build done with the changes tomorrow and publish that to NuGet (it's been a while since I've done a release).

Thanks again

@samcragg samcragg merged commit a02a8dd into samcragg:main Apr 17, 2024
@p-skakun p-skakun deleted the kmz-stream-override branch April 18, 2024 06:04
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