Navigation
API > API/Runtime > API/Runtime/Core
Description
LZ4_setStreamDecode() : An LZ4_streamDecode_t context can be allocated once and re-used multiple times. Use this function to start decompression of a new stream of blocks. A dictionary can optionally be set. Use NULL or size 0 for a reset order. Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
| Name | LZ4_setStreamDecode |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Compression/lz4.h |
| Include Path | #include "Compression/lz4.h" |
LZ4int LZ4_setStreamDecode
(
LZ4_streamDecode_t * LZ4_streamDecode,
const char * dictionary,
int dictSize
)
: 1 if OK, 0 if error