Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能给我一个提示或初步想法,我如何在 Qt 中将文件切成块?是否有任何特定的文件,如 java 它内置了拆分功能。稍后我想计算每个块的 SHA-256 哈希值。有什么想法吗?
没有内置功能。
请参阅QFile 文档。