本文介绍了最佳Api将文件解压缩到内存中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在开发一个Qt应用程序,我们必须读取压缩文件或QByteArrays,并解压缩它们在内存中,读取文件内容,而不实际解压缩文件到磁盘。
有没有一个好的sdk可以轻松实现这一点?我们目前使用QArchive(无缺陷),但是我们发现它只是没有bug,并且正在寻找一个不同的解决方案。
任何建议是赞赏。 >
感谢,
Liron
解决方案
去quazip。感谢。
看起来运作良好。
I'm working on a Qt application where we have to read in zipped files or QByteArrays and unzip them in memory, reading the file contents without actually unzipping the file to disk.
Is there a good sdk that can enable this easily? We currently use QArchive (bugless), but we have found it to anything but bugless and are looking to move to a different solution.
Any advice is appreciated.
Thanks,
Liron
解决方案
We ended up going with quazip. Thanks Eugen.
Seems to be working well.
这篇关于最佳Api将文件解压缩到内存中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!