连续编辑一个1MB的文件,什么效率更高?

发布于 2024-09-01 08:09:44 字数 317 浏览 4 评论 0原文

我必须连续编辑一个 1MB 的文件,模拟文件系统。我必须修改文件控制块、FAT、块等的目录。Profesor

建议每次更新时覆盖该文件。 1MB 应该不需要几分钟就能完成,但我不喜欢这种方式。

这是一个 FileChannel 的方法吗?另外,我知道如果我编辑 MappedByteBuffer ,映射文件区域的内容也立即编辑?即是反射映射?

谢谢。

I've to be continuously editing a 1MB file, simulating a file system. I've to modify the directory of File Control Blocks, FAT, blocks, etc.

Proffesor recommended overwriting the file every time an update is made. 1MB shouldn't take minutes to do that, but I don't like this way.

Is it a FileChannel the way to go here? Also, I understand that if I edit a MappedByteBuffer, the content of the mapped file region is also edited immediately? i.e. is reflexive mapped?

Thanks.

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

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

发布评论

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

评论(1

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