PAK 档案和 zlib (zlib.dylib)
我目前正在编写一个 iPhone 应用程序,需要从 .pak 存档中解压缩多个文件。我假设 libz.dylib 可能有能力做到这一点,但我很难找到有关该主题的任何代码。 有人有任何示例代码或者可以指出我正确的方向吗?任何帮助将不胜感激。
干杯。
I'm currently writing an iPhone app where I need to uncompress several files from .pak archive. I'm assuming libz.dylib will probably have the ability to do this but I'm having a hard time find any code on the subject.
Anyone got any example code or can point me in the right direction? Any help at all would be much appreciated.
Cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“PAK”是什么意思?
如果它实际上是 .zip,请查找 minizip 或 ziparchive,这可能会执行您想要的操作。
What do you mean by "PAK"?
If it's actually a .zip, look up minizip or ziparchive, which may do what you want.