ZSTD_CCtx_loadDictionary

Advanced dictionary and prefix API (Requires v1.4.0+)

This API allows dictionaries to be used with ZSTD_compress2(), ZSTD_compressStream2(), and ZSTD_decompressDCtx(). Dictionaries are sticky, and only reset with the context is reset with ZSTD_reset_parameters or ZSTD_reset_session_and_parameters. Prefixes are single-use.

extern (C) nothrow
size_t
ZSTD_CCtx_loadDictionary
(,
const(void)* dict
,
size_t dictSize
)

Meta