The OpenD Programming Language

LZ4_setStreamDecode

LZ4_setStreamDecode Use this function to instruct where to find the dictionary This function is not necessary if previous data is still available where it was decoded. Loading a size of 0 is allowed (same effect as no dictionary). Return : 1 if OK, 0 if error

version(hasLZ4)
nothrow @nogc
int
LZ4_setStreamDecode

Meta