iphone application

Posted by jaynaiphone on Stack Overflow See other posts from Stack Overflow or by jaynaiphone
Published on 2010-04-29T05:29:39Z Indexed on 2010/04/29 5:37 UTC
Read the original article Hit count: 375

Filed under:
|

I am working on the module in which I have to decompress the data. The data comes from server which is zipped using gzip format. I am using NSData+Gzip.m file in which there is a function named "gzipInflate" to unzip the data. but it gives me the error "Z_OK -3". Now what is the solution of that error. How can I solve it. Please reply me :)

© Stack Overflow or respective owner

Related posts about iphone

Related posts about decompression