如何使用base64解码数据并在objective c中保存为文件对象?
我是 iphone 开发新手..我正在开发一个 iphone 应用程序,其中我正在获取使用 base 64 编码的二进制数据形式的文件..我正在从 Web 服务获取数据..现在我需要将二进制数据转换为文件对象并将其保存到我的 iPhone 模拟器并需要打开它... 我搜索并找到了有关 Base64 解码器的以下有用链接:
How do I do base64编码iphone-sdk?
http://www.cocoadev.com/index.pl?BaseSixtyFour
但我不知道如何将解码数据保存为文件???谁能告诉我该怎么做???
提前致谢..
I am new to iphone development.. I am developing an iphone application in which i am getting file in form binary data encoded using base 64.. I m getting the data from web service.. Now i need to convert the binary data to file object and save it to my iphone simulator and need to open it...
I ve searched and found the useful following links about base64 decoder:
How do I do base64 encoding on iphone-sdk?
http://www.cocoadev.com/index.pl?BaseSixtyFour
But i dont know how to save decoded data as file??? Can anyone please tell me how to do that???
Thanks in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这样您就可以将原始数据写入文件。
您还可以检查 NSData苹果的文档。
This way you can write raw data to a file.
You can also check the NSData documentation at apple.
要在项目名称文件夹下的文件应用程序中查看保存的文件,请在 Info.plist 上启用以下权限
< img src="https://i.sstatic.net/amH47.png" alt="在此处输入图像描述">
To see your saved files on Files application under your project name folder, enable the below permissions on your Info.plist