-fileHandleForWritingAtPath: 和 fileHandleForUpdatingAtPath: 之间的区别?

发布于 2024-09-28 14:27:13 字数 79 浏览 3 评论 0原文

对我来说,这听起来像是同一件事。更新文件意味着写入文件。写入文件对我来说也是一种更新。但我想有一个微妙的区别;-)

有人知道吗?

For me it sounds like the same thing. Updating a file implies to write to the file. Writing to a file is also an update for me. But I guess there's a subtle difference ;-)

Does anyone know?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夢归不見 2024-10-05 14:27:14

fileHandleForWritingAtPath: 返回一个仅响应 writeData: 的对象。

fileHandleForUpdatingAtPath: 响应 NSFileHandle read... 消息和 writeData:

fileHandleForWritingAtPath: returns an object that responds only to writeData:.

fileHandleForUpdatingAtPath: responds to both NSFileHandle read... messages and writeData:.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文