Class LZ4FrameInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class LZ4FrameInputStream extends FilterInputStream
Implementation of the v1.5.1 LZ4 Frame format. This class is NOT thread safe.

Not Supported:

  • Dependent blocks
  • Legacy streams

Originally based on kafka's KafkaLZ4BlockInputStream.

See Also: