package zstd
-
zstd
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Zstandard - fast lossless compression algorithm
dict
optional pre-defined dictionary content (see dictBuilder)
decompress orig_size ?dict s
orig_size
specifies size of buffer for decompression (not less than original size of uncompressed s
) dict
must be identical to the one used during compression, otherwise uncompressed data will be corrupted.