We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7b614 commit e013722Copy full SHA for e013722
libs/cpp.wiki
@@ -2405,7 +2405,9 @@ Home:[http://www.libarchive.org/]
2405
2406
C 语言实现,支持的格式:
2407
2408
-可创建/解开:zip、tar、7z、cpio、ar、xar;可解开:gzip、bzip2、xz、lzma、rpm、lz4、lzop
+可读写的格式:zip、gzip、bzip2、xz、lzma、tar、ISO、cpio、ar、pax、mtree;
2409
+
2410
+只读的格式:7z、rar、cab、rpm、lzh、lzop、raw、xar
2411
2412
<h4>LZMA SDK</h4>
2413
@@ -2415,6 +2417,14 @@ Home:[http://www.7-zip.org/sdk.html]
2415
2417
2416
2418
支持的格式:7z、LZMA、LZMA2、XZ
2419
2420
+<h4>zopfli</h4>
2421
2422
+Home:[https://github.com/google/zopfli]
2423
2424
+这是由 Google 开发的 C 库,提供对 zip 和 gzip 格式的压缩(不提供解压)。
2425
2426
+压缩的速度比较慢,但是可以得到更高的压缩率。
2427
2428
=== 11.2.2 zip ===
2429
2430
[https://en.wikipedia.org/wiki/Zip_%28file_format%29 格式说明]
0 commit comments