lzmaCompressBound
fn
size_t lzmaCompressBound(size_t srcSize) @safe @nogc nothrowReturns an upper bound on the compressed size of srcSize bytes when encoded in a single call.
Parameters
srcSize | The uncompressed data size. |
Returns
The maximum number of bytes the compressed output could occupy.