Info
Version: | 1.2.11 |
Author(s): | [email protected] |
Last Update: | Thursday, November 18, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://zlib.net/ |
NuGet Url: | https://www.nuget.org/packages/zlib.static |
Install
Install-Package zlib.static
dotnet add package zlib.static
paket add zlib.static
zlib.static Download (Unzip the "nupkg" after downloading)
Dependencies
- YY.NuGet.Import.Helper(>= 1.0.0.3)
Tags
All the code is
thread safe. The data format used by the zlib library is described by RFCs
(Request for Comments) 1950 to 1952 in the files
http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
and rfc1952.txt (gzip format).