jaime-olivares / zipstorer

A Pure C# Class to Store Files in Zip
MIT License
183 stars 63 forks source link

Minor upstream fixes #10

Closed kenkendk closed 7 years ago

kenkendk commented 7 years ago

Fixed a few minor issues, each issue has its own commit. The most important fix is 7be080d and perhaps 3e7d7e6, the rest are just style fixes.

I will see if I can create another pull request that fixes the API such that it returns a stream from an Add or Extract call instead of requiring the stream to be ready for input.