Lines Matching full:xz
11 * XZ data compression support.
15 * This aims to be a complete implementation of XZ data compression
18 * <li>Full support for the .xz file format specification version 1.0.4</li>
21 * <li>Raw streams (no .xz headers) for advanced users, including LZMA2
28 * <a href="http://tukaani.org/xz/java.html">home page of XZ for Java</a>.
32 * Start by reading the documentation of {@link org.tukaani.xz.XZOutputStream}
33 * and {@link org.tukaani.xz.XZInputStream}.
34 * If you use XZ inside another file format or protocol,
35 * see also {@link org.tukaani.xz.SingleXZInputStream}.
39 * XZ for Java has been put into the public domain, thus you can do
45 package org.tukaani.xz;