Aspose::Font::Utils::CompressionUtils::EncodeByBrotli method

CompressionUtils::EncodeByBrotli method

Compresses the given byte array using the Brotli algorithm.

static System::ArrayPtr<uint8_t> Aspose::Font::Utils::CompressionUtils::EncodeByBrotli(System::ArrayPtr<uint8_t> buff)
ParameterTypeDescription
buffSystem::ArrayPtr<uint8_t>The input buffer to compress.

ReturnValue

The compressed byte array.

See Also