Function TRAP::Utils::Decompress::Inflate#

Function Documentation#

constexpr bool TRAP::Utils::Decompress::Inflate(std::span<const u8> source, std::span<u8> destination)#

Inflate algorithm.

Parameters:
  • source – Source data in bytes.

  • destination – Destination where to put inflated data to.

Returns:

True on success, false otherwise.