Navigation
API > API/Runtime > API/Runtime/Core
Description
LZ4_createStreamHC() and LZ4_freeStreamHC() : These functions create and release memory for LZ4 HC streaming state. Newly created states are automatically initialized. A same state can be used multiple times consecutively, starting with LZ4_resetStreamHC_fast() to start a new stream of blocks.
| Name | LZ4_createStreamHC |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Compression/lz4hc.h |
| Include Path | #include "Compression/lz4hc.h" |
| Source | /Engine/Source/Runtime/Core/Private/Compression/lz4hc.cpp |
LZ4LZ4_streamHC_t * LZ4_createStreamHC()