DotNet.Compression NuGet Package

This client library allow you compress your data, string or bytes.

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).




Got any DotNet.Compression Question?





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)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

2333