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.
maximum compressed length of data
See Implementation
Static method alias, to be used as
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.