ZstdException if the parameter is invalid.ZstdCompressor.setPledgedSrcSize
void setPledgedSrcSize(ulong size)Hints at the uncompressed source size for the next frame.
Parameters
size | The pledged source size, or ZSTD_CONTENTSIZE_UNKNOWN. |
void setPledgedSrcSize(ulong size)Hints at the uncompressed source size for the next frame.
size | The pledged source size, or ZSTD_CONTENTSIZE_UNKNOWN. |
ZstdException if the parameter is invalid.