CompressionUtils.EncodeByBrotli
CompressionUtils.EncodeByBrotli method
Compresses the given byte array using the Brotli algorithm.
public static byte[] EncodeByBrotli(byte[] buff)
| Parameter | Type | Description |
|---|---|---|
| buff | Byte[] | The input buffer to compress. |
Return Value
The compressed byte array.
See Also
- class CompressionUtils
- namespace Aspose.Font.Utils
- assembly Aspose.Font