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)
| Parameter | Type | Description |
|---|---|---|
| buff | System::ArrayPtr<uint8_t> | The input buffer to compress. |
ReturnValue
The compressed byte array.
See Also
- Typedef ArrayPtr
- Class CompressionUtils
- Namespace Aspose::Font::Utils
- Library Aspose.Font for C++