The OpenD Programming Language

LZ4_decompress_fast_continue

_continue() : These decoding functions allow decompression of multiple blocks in "streaming" mode. Previously decoded blocks must still be available at the memory position where they were decoded. If it's not possible, save the relevant part of decoded data into a safe buffer, and indicate where it stands using LZ4_setStreamDecode()

version(hasLZ4)
nothrow @nogc
int
LZ4_decompress_fast_continue

Meta