Aspose::Font::Utils::CompressionUtils::DecodeByBrotli method

CompressionUtils::DecodeByBrotli method

Decompresses the given Brotli-compressed byte array.

static System::ArrayPtr<uint8_t> Aspose::Font::Utils::CompressionUtils::DecodeByBrotli(System::ArrayPtr<uint8_t> input)
ParameterTypeDescription
inputSystem::ArrayPtr<uint8_t>The compressed data.

ReturnValue

The decompressed byte array.

See Also