You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Compression levels,
Pass in the output as the second parameter to the method.
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/
The text was updated successfully, but these errors were encountered:
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 useZInputStream
orZOutputStream
themselves calledMemoryZlib
which has membersCompress
andDecompress
that allows them to set: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/
The text was updated successfully, but these errors were encountered: