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.
我想编写一个 Python 或 Java 应用程序来遍历 7-zip (.7z) 存档中的所有许多小文件。是否有一种方便的方法可以以流式传输和高效的方式执行此操作,即无需重复运行7z以提取单个文件?
7z
您是否考虑过像pylzma这样的第三方库?它包括一个用于读取和写入 7-zip 档案的模块。