Class LZ4BlockOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class LZ4BlockOutputStream extends FilterOutputStream
Streaming LZ4 (not compatible with the LZ4 Frame format). This class compresses data into fixed-size blocks of compressed data. This class uses its own format and is not compatible with the LZ4 Frame format. For interoperability with other LZ4 tools, use LZ4FrameOutputStream, which is compatible with the LZ4 Frame format. This class remains for backward compatibility.
See Also: