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

I have picked up zlib.net #2

Open
AraHaan opened this issue Apr 14, 2020 · 0 comments
Open

I have picked up zlib.net #2

AraHaan opened this issue Apr 14, 2020 · 0 comments

Comments

@AraHaan
Copy link

AraHaan commented Apr 14, 2020

In order for me to push the fixed bugs along I had to rename the project to zlib.managed, also in fixing the bugs I created a helper class that compresses the data simpler and does not require users to need to use ZInputStream or ZOutputStream themselves called MemoryZlib which has members Compress and Decompress that allows them to set:

  1. Compression levels,
  2. Pass in the output as the second parameter to the method.
  3. The first parameter is the actual raw data.

Also if you want to archive this and let the people who fork zlib.net or even somehow get the normal zlib.net to update to say Use the package 'zlib.managed' instead of this one. That package major bug fixes and has helper methods to simplify all of your zlib usage.
https://github.com/Elskom/zlib.managed/

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

No branches or pull requests

1 participant