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
Oh the codebase has simplified significantly since Zlib.net (ZOutputStream, and ZInputStream in v2.0.0 which has not been released yet on the main branch has been unified to ZlibStream).
However I noticed a possible regression on my local clone of this repository to work on adding tests where the original data despite compression levels being explicitly set that it just simply takes those bytes and add them after the zlib header and then add the zlib footer. For that I think I need @JimBobSquarePants to help me identify the regression so that way I can release v2.
Also MemoryZlib.Compress, MemoryZlib.Decompress are helper functions on this library that can show you how to use the library, they also include an overload accepting Streams as well if I remember correctly. I made those helper functions so that way people do not have to try (and incorrectly) use the stream classes.
Is there any example of How to use it.
This code is not the same as the use of Zlib.Net, I cannot used it correctly!!!!!!!
Have you test the code? Do it can work?
The text was updated successfully, but these errors were encountered: