ZstdCompressor.setPledgedSrcSize

void setPledgedSrcSize(ulong size)

Hints at the uncompressed source size for the next frame.

Parameters

sizeThe pledged source size, or ZSTD_CONTENTSIZE_UNKNOWN.

Throws

ZstdException if the parameter is invalid.