LzoChunk.maxCompressedLength

Static method alias, to be used as

static size_t maxCompressedLength ( size_t uncompressed_length );

Calculates the maximum compressed length of data which has a length of uncompressed_length.

Note: Surprisingly, this is more than uncompressed_length but that's the worst case for completely uncompressable data.

class LzoChunk(bool LengthInline = true)
alias maxCompressedLength = Lzo.maxCompressedLength

Return Value

maximum compressed length of data

Meta