Home | History | Annotate | Download | only in lz4

Lines Matching refs:lz4

19 package org.apache.commons.compress.compressors.lz4;
34 * CompressorOutputStream for the LZ4 block format.
36 * @see <a href="http://lz4.github.io/lz4/lz4_Block_format.html">LZ4 Block Format Description</a>
47 The LZ4 block format has a few properties that make it less
92 * Creates a new LZ4 output stream.
104 * Creates a new LZ4 output stream.
408 * Returns a builder correctly configured for the LZ4 algorithm.
409 * @return a builder correctly configured for the LZ4 algorithm