You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Shigeki Ohtsu 50f12f6c8a deps: upgrade zlib to 1.2.8 10 years ago
..
DotZLib deps: upgrade zlib to 1.2.8 10 years ago
DotZLib.build deps: upgrade zlib to 1.2.8 10 years ago
DotZLib.chm deps: upgrade zlib to 1.2.8 10 years ago
LICENSE_1_0.txt deps: upgrade zlib to 1.2.8 10 years ago
readme.txt deps: upgrade zlib to 1.2.8 10 years ago

readme.txt

This directory contains a .Net wrapper class library for the ZLib1.dll

The wrapper includes support for inflating/deflating memory buffers,
.Net streaming wrappers for the gz streams part of zlib, and wrappers
for the checksum parts of zlib. See DotZLib/UnitTests.cs for examples.

Directory structure:
--------------------

LICENSE_1_0.txt - License file.
readme.txt - This file.
DotZLib.chm - Class library documentation
DotZLib.build - NAnt build file
DotZLib.sln - Microsoft Visual Studio 2003 solution file

DotZLib\*.cs - Source files for the class library

Unit tests:
-----------
The file DotZLib/UnitTests.cs contains unit tests for use with NUnit 2.1 or higher.
To include unit tests in the build, define nunit before building.


Build instructions:
-------------------

1. Using Visual Studio.Net 2003:
Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll)
will be found ./DotZLib/bin/release or ./DotZLib/bin/debug, depending on