Info
| Version: | 1.0.0 |
| Author(s): | Tomasz Margacz |
| Last Update: | Thursday, December 14, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/DotNet.Compression |
Install
Install-Package DotNet.Compression
dotnet add package DotNet.Compression
paket add DotNet.Compression
DotNet.Compression Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Class name: Compression
Static methods:
byte[] Compress(byte[] bytes)
byte[] Decompress(byte[] bytes)
string Compress(string text) //default Unicode
string Decompress(string text) //default Unicode
string Compress(string text, Encoding encoding)
string Decompress(string text, Encoding encoding).