lz4/lz4-java

Support for dependent blocks on decompressing LZ4 Frame Data?

emkornfield opened this issue · 2 comments

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

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)...?

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