lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.09k stars 248 forks source link

Support for dependent blocks on decompressing LZ4 Frame Data? #176

Open emkornfield opened 3 years ago

emkornfield commented 3 years ago

Are there any plans to add this feature? Are there any caveats for a PR providing this feature?

odaira commented 3 years ago

Hi, I don't currently have a plan, but I am open to accept a PR. I am not 100% sure how to implement decompressing dependent blocks, but most likely it will require a new API to support dictionaries (#81)...?

zhicwu commented 2 years ago

FramedLZ4CompressorInputStream and FramedLZ4CompressorOutputStream worked for me. Would be great if this lib can be updated as well.