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
Thanks for this amazing repo but I have a quick question: so I am trying to use libdeflate-java to replace Inflater, however in some cases I wasn't able to replicate the results, and it seems to me in some cases, when the compressed data is not well formatted, the libdeflate is more strict about the format and complain about the input data is corrupted.
For example, I am able to use Java's Inflater class to decompress following raw bytes:
And this would also fail when nowrap parameter is set to false. So I am wondering is there an equivalent way to use libdeflate to replicate this behavior?
Much appreciate your time and response in advance; and kindly let me know if anything is unclear or needs more explanation.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this amazing repo but I have a quick question: so I am trying to use libdeflate-java to replace Inflater, however in some cases I wasn't able to replicate the results, and it seems to me in some cases, when the compressed data is not well formatted, the libdeflate is more strict about the format and complain about the input data is corrupted.
For example, I am able to use Java's Inflater class to decompress following raw bytes:
And this would also fail when nowrap parameter is set to false. So I am wondering is there an equivalent way to use libdeflate to replicate this behavior?
Much appreciate your time and response in advance; and kindly let me know if anything is unclear or needs more explanation.
The text was updated successfully, but these errors were encountered: