Aspose::Font::Utils::CompressionUtils class
CompressionUtils class
Provides utility methods for compression and decompression.
class CompressionUtils : public System::Object
Methods
| Method | Description |
|---|---|
| static DecodeByBrotli(System::ArrayPtr<uint8_t>) | Decompresses the given Brotli-compressed byte array. |
| static EncodeByBrotli(System::ArrayPtr<uint8_t>) | Compresses the given byte array using the Brotli algorithm. |
See Also
- Class Object
- Namespace Aspose::Font::Utils
- Library Aspose.Font for C++