在 iPhone 和 ipod touch 设备上使用 IPHONE SDK 下载 gzip 文件并解压缩以检索内容
我有以下与从服务器下载文件相关的问题。
a) 是否可以使用 IPHONE SDK 将 GZIP(压缩)文件直接下载到 iPhone 设备。 b) 如果压缩文件可以下载,那么如何解压缩它(使用ZLIB或其他...)。
I had the following questions related to downloading the file from the server.
a) Is it possible to download directly the GZIP (Compressed)file to the iphone device using IPHONE SDK.
b) If the compressed file can be downloaded , then how to uncompress it(using ZLIB or else...).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对此完全不确定,但如果它的 http 是用 gzip 编码的,那么很可能会为您自动解压缩 - 作为 http 协议的一部分 - 一个猜测,需要进行测试。 也可能不适合您的情况。
Not at all sure about this, but if its http encoded with gzip, then that may well be auto-unzipped for you - as part of the http protocol - a guess and would need to be tested. Also may not be appropriate for your situation.