Class LZFOutputStream

java.lang.Object
java.io.OutputStream
org.h2.compress.LZFOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class LZFOutputStream extends OutputStream
An output stream to write an LZF stream. The data is automatically compressed.