steeve / python-lz4

LZ4 bindings for python
http://github.com/steeve/python-lz4
105 stars 31 forks source link

add LZ4_decompress_safe(), access lz4_decompress_safe() #32

Open aspineux opened 10 years ago

aspineux commented 10 years ago

this function don't expect a size header in the buffer but get size through the function arguments usefull to uncompress data from other sources no time to write the compress part sorry