.ZZ 文件扩展名
Zzip Compressed Archive
| 开发者 | 不适用 |
| 受欢迎程度 |
3.1 | 45 票 |
什么是 ZZ 文件?
File archive compressed with Zzip, a compression tool for Windows and Unix; uses a compression algorithm based primarily on the Burrows-Wheeler Transform method; supports file integrity tests and built-in multimedia detection and compression.
可打开 ZZ 文件的程序
Pigz Zlib Compressed File
| 开发者 | Jean-loup Gailly and Mark Adler |
| 受欢迎程度 |
4.0 | 3 票 |
A ZZ file is a compressed archive created by pigz, a compression utility published by the developers of the zlib compression format. It contains a file or files that have been compressed using zlib compression. In pigz, ZZ files are created using the -z or --zlib commands.
更多信息
Pigz (which stands for Parallel Implementation of GZip) is a compression utility that typically compresses files using GZip compression. These compressed files are saved as .GZ files. However, pigz users can also compress files using zlib compression. In that case, the compressed files are saved as ZZ files.
注: Zlib compressed files may also be saved with the .ZL extension.
如何打开 ZZ 文件
You can decompress a ZZ file using pigz (cross-platform) or zlib (cross-platform). For example, in pigz, you can use the -d, --decompress, or --uncompress commands to decompress a ZZ file. For detailed instructions on how to use pigz or zlib, click the links found below.