Can lz4_flex provide an API for getting the uncompressed size of data before decompressing that data?
I assume the uncompressed size is in some kind of block header or something like that? (I don't know the LZ4 binary format; just guessing)
This would be particularly helpful for lz4 compressed files.
Can
lz4_flexprovide an API for getting the uncompressed size of data before decompressing that data?I assume the uncompressed size is in some kind of block header or something like that? (I don't know the LZ4 binary format; just guessing)
This would be particularly helpful for lz4 compressed files.