>
Hi guys, I'm playing a bit with the zlib module today. Let say I wan to uncompress a GzipData binary with zlib:inflate/2: InflatedData = zlib:inflate(Z, GzipData). In case of success, I want to know how many bytes from GzipData were used internally to get the InflatedData? Regards, Zabrane