Iphone 的压缩文件格式
我是 iPhone 新用户 我想问一下iPhone支持什么压缩文件格式?另外如何以编程方式提取该文件。
i am new to iPhone
i want to ask that what is the compressed file format which is supported on iPhone. Also how can extract this file programmatically.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google Code 上的以下开源项目绝对有效。我自己在 2 个应用程序中使用过它:
http://code.google.com/p/ziparchive /
并且以下讨论显示了一些示例用法:
http://www.iphonedevsdk.com/forum/iphone-sdk-development/7615-simple-objective-c-class-zip-unzip-zip-格式文件.html
The following open source project at Google Code definitely works. I've used it in 2 apps myself:
http://code.google.com/p/ziparchive/
and the following discussion shows some example usage:
http://www.iphonedevsdk.com/forum/iphone-sdk-development/7615-simple-objective-c-class-zip-unzip-zip-format-files.html