Join Slack
Powered by
Not Kotlin related, but does somebody happen to kn...
# random
k
karelpeeters
07/28/2017, 8:51 PM
Not Kotlin related, but does somebody happen to know how to decompress a zlib byte array? There is a stackoverflow post, but that only has big complicated solutions that involve manually copying byte arrays and such:
https://stackoverflow.com/questions/6173920/zlib-compression-using-deflate-and-inflate-classes-in-java
s
sksk
07/29/2017, 7:09 AM
i was using Jzlib for one of my projects, dunno if it is still the goto lib
https://github.com/ymnk/jzlib
k
karelpeeters
07/29/2017, 10:39 AM
Unfortunately that apparently requires even more fiddling with byte arrays.
19
Views
Open in Slack
Previous
Next