Class LZ4BlockInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class LZ4BlockInputStream extends FilterInputStream
InputStream implementation to decode data written with LZ4BlockOutputStream. This class is not thread-safe and does not support mark(int)/reset().
See Also: