Qt 中的基本 I/O

发布于 2024-10-13 08:01:40 字数 67 浏览 3 评论 0原文

我想以与写入文件(使用数据流)相同的方式读/写内存。我找不到合适的课程,但我确信它存在。 Qt框架中这样的类叫什么名字?

I would like to read/write into memory the same way I would write into a file (with a datastream). I couldn't find a suitable class for this, but I'm sure it exists. What is the name of such a class in the Qt framework?

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

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

发布评论

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

评论(1

一片旧的回忆 2024-10-20 08:01:40

查看从 QIODevice 继承的类。

http://doc.qt.nokia.com/latest/qiodevice.html

我不是 100% 清楚你想要什么,但很可能它就在那里。例如,听起来您想要一个 QBuffer,但如果您谈论的是在操作系统级别写入共享内存,那么这就不一样了。

Check out the classes that inherit from QIODevice.

http://doc.qt.nokia.com/latest/qiodevice.html

I'm not 100% clear on what you want, but chances are it is there. For instance, it sounds like you want a QBuffer but if you're talking about writing to shared memory at the OS level, then this isn't the same.

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