LZFOutputStream

An output stream to write an LZF stream. The data is automatically compressed.

Methods
void close()
void close() throws IOException
void flush()
void flush() throws IOException
void write(int b)
void write(int b) throws IOException
void write(byte[] buff, int off, int len)
void write(byte[] buff, int off, int len) throws IOException

Fields
static int MAGIC = 1211255123

MAGIC = 1211255123

The file header of a LZF file.