Compression library for byte arrays
More...
Compression library for byte arrays
◆ Compress() [1/2]
static byte [] Sphyrnidae.Common.Utilities.Compression.Compress |
( |
this byte[] |
data | ) |
|
|
static |
Compresses bytes
- Parameters
-
data | The bytes being compressed |
- Returns
- The compressed bytes
◆ Compress() [2/2]
static byte [] Sphyrnidae.Common.Utilities.Compression.Compress |
( |
this string |
s | ) |
|
|
static |
Compresses a string to bytes
- Parameters
-
s | The string being compressed |
- Returns
- The compressed bytes
◆ CompressToBase64String()
static string Sphyrnidae.Common.Utilities.Compression.CompressToBase64String |
( |
this string |
s | ) |
|
|
static |
Compresses a string to base 64
- Parameters
-
s | The string being compressed |
- Returns
- The compressed base 64 string
◆ Decompress()
static byte [] Sphyrnidae.Common.Utilities.Compression.Decompress |
( |
this byte[] |
data | ) |
|
|
static |
Decompresses bytes
- Parameters
-
data | The bytes being decompressed |
- Returns
- The decompressed bytes
◆ DecompressToString() [1/2]
static string Sphyrnidae.Common.Utilities.Compression.DecompressToString |
( |
this byte[] |
data | ) |
|
|
static |
Decompresses bytes to a string
- Parameters
-
data | The bytes being decompressed |
- Returns
- The decompressed string
◆ DecompressToString() [2/2]
static string Sphyrnidae.Common.Utilities.Compression.DecompressToString |
( |
this string |
base64String | ) |
|
|
static |
Decompresses a base64 string to a string
- Parameters
-
base64String | The base64 string being decompressed |
- Returns
- The decompressed string
The documentation for this class was generated from the following file:
- C:/Users/dougb/Desktop/Sphyrnidae/New/Common/Common/Utilities/Compression.cs