is there a way to uncompress zip data without ByteArray.inflate()
Is there a way to uncompress ziped data withou开发者_如何学JAVAt inflate()?
thank you in advance!
I know the hard way.
You can use Alchemy for that. Alchemy is a free tool for porting C/C++ code into flash. In Alchemy sdk examples there already are ported versions of gzip and libpng. So you can use gzip to uncompress your zipped data.
精彩评论