You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/net/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ is_root: true
30
30
|[Aspose.Font.TtfHelpers](./aspose.font.ttfhelpers/)| The **Aspose.Font.TtfHelpers** namespace provides classes and interfaces for work with expanded functionality on TTF font objects |
31
31
|[Aspose.Font.TtfTables](./aspose.font.ttftables/)| The **Aspose.Font.TtfTables** namespace provides classes for work with different tables of TrueType format. |
32
32
|[Aspose.Font.Type1](./aspose.font.type1/)| The **Aspose.Font.Type1** namespace provides classes describing objects related to Type1 Font format. |
33
+
|[Aspose.Font.Utils](./aspose.font.utils/)| Documentation placeholder for the `Aspose.Font.Utils` namespace. |
33
34
|[Aspose.Font.WoffExceptions](./aspose.font.woffexceptions/)| The **Aspose.Font.WoffExceptions** namespace provides exceptions classes related to WOFF Font format. |
description: Aspose.Font.Utils.CompressionUtils class. Provides utility methods for compression and decompression
5
+
type: docs
6
+
weight: 1490
7
+
url: /net/aspose.font.utils/compressionutils/
8
+
---
9
+
## CompressionUtils class
10
+
11
+
Provides utility methods for compression and decompression.
12
+
13
+
```csharp
14
+
publicclassCompressionUtils
15
+
```
16
+
17
+
## Constructors
18
+
19
+
| Name | Description |
20
+
| --- | --- |
21
+
| [CompressionUtils](compressionutils/)() | The default constructor. |
22
+
23
+
## Methods
24
+
25
+
| Name | Description |
26
+
| --- | --- |
27
+
| static [DecodeByBrotli](../../aspose.font.utils/compressionutils/decodebybrotli/)(byte[]) | Decompresses the given Brotli-compressed byte array. |
28
+
| static [EncodeByBrotli](../../aspose.font.utils/compressionutils/encodebybrotli/)(byte[]) | Compresses the given byte array using the Brotli algorithm. |
0 commit comments