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.
使用 JlCompress 功能时,无论如何可以从 QuaZip 获得进度吗?
这是我使用它的方式:
JlCompress::compressDir(outputFile, inputDir, true);
不,目前没有办法。您必须直接使用QuaZip和QuaZipFile。您可以将JlCompress代码用于初学者,这样您就不必从头开始实现整个事情。
QuaZip
QuaZipFile
JlCompress
更好的是,JlCompress根据您的需要进行修改,然后贡献代码!因此,您将在下一个 QuaZIP 版本中拥有所需的功能。