lzf v0.1.1 Lzf

Decompresses a binary that was compressed in LZF format.

Link to this section Summary

Link to this section Functions

Link to this function decompress(compressed)
decompress(binary()) :: binary()

Returns a decompressed binary

Link to this function decompress_chunk(chunk)
Link to this function decompress_chunk(arg1, position, decompressed)
Link to this function parse_chunks(arg1, chunks)
parse_chunks(binary(), iodata()) :: binary()