How to uncompress gzip archive compressed by deflate method.
Zarathustra
adam.chrapkowski at yahoo.com
Sat Nov 13 07:24:44 PST 2010
Ok, I found the solution:
_uncompressed = uncompress(_compressed,
*cast(uint*)&_compressed[_compressed.length-4], 30);
More information about the Digitalmars-d-learn
mailing list