
XZ Utils
xz is a command line tool with syntax similar to that of gzip. xzdec is a decompression-only tool smaller than the full-featured xz tool. A set of shell scripts (xzgrep, xzdiff, etc.) have been …
The .xz file format - Tukaani
2024年4月8日 · The .xz file format is a container format for compressed streams. There are no archiving capabilities, that is, the .xz format can hold only a single file just like the .gz and .bz2 …
XZ(1) - Tukaani
This is the case when xz is run by a script or tool, for example, GNU tar(1): XZ_OPT=-2v tar caf foo.tar.xz foo Scripts may use XZ_OPT, for example, to set script-specific de- fault …
LZMAInputStream (XZ data compression) - Tukaani
Even when using BufferedInputStream, the performance tends to be worse (maybe 10-20 % slower) than with LZMA2InputStream or XZInputStream (when the .xz file contains LZMA2 …
XZ for Java - Tukaani
2024年7月29日 · XZ for Java aims to be a complete implementation of XZ data compression in pure Java.
org.tukaani.xz (XZ data compression)
XZ data compression support. Introduction. This aims to be a complete implementation of XZ data compression in pure Java. Features: Full support for the .xz file format specification version …
The Tukaani Project
XZ Utils 5.6.0 and 5.6.1 release tarballs contain a backdoor. The XZ projects were moved to their own website on xz.tukaani.org in January 2024 and back here in their original location in April …
XZ Embedded - Tukaani
XZ Embedded is a small decompressor for the .xz file format. It was developed with the Linux kernel in mind but it is easily usable in other projects too.
SingleXZInputStream (XZ data compression) - Tukaani
Creates a new XZ decompressor that decompresses exactly one XZ Stream from in with an optional memory usage limit and ability to disable verification of integrity checks. This is …
XZ Utils review notes - Tukaani
2024年5月29日 · XZ Embedded has had somewhat comparable code with the per-loop 20-byte check since the beginning (2009) and it’s been in the Linux kernel since 2010. As most of the …
- 某些结果已被删除