Aspose::Font::Utils::CompressionUtils::DecodeByBrotli 方法

CompressionUtils::DecodeByBrotli method

解压给定的 Brotli 压缩字节数组。

static System::ArrayPtr<uint8_t> Aspose::Font::Utils::CompressionUtils::DecodeByBrotli(System::ArrayPtr<uint8_t> input)
参数类型描述
输入System::ArrayPtr<uint8_t>压缩的数据。

ReturnValue

解压后的字节数组。

另见