Not Kotlin related, but does somebody happen to kn...
# random
k
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
i was using Jzlib for one of my projects, dunno if it is still the goto lib https://github.com/ymnk/jzlib
k
Unfortunately that apparently requires even more fiddling with byte arrays.