Home
last modified time | relevance | path

Searched refs:DotZLib (Results 1 – 11 of 11) sorted by relevance

/external/zlib/src/contrib/dotzlib/
Dreadme.txt5 for the checksum parts of zlib. See DotZLib/UnitTests.cs for examples.
12 DotZLib.chm - Class library documentation
13 DotZLib.build - NAnt build file
14 DotZLib.sln - Microsoft Visual Studio 2003 solution file
16 DotZLib\*.cs - Source files for the class library
20 The file DotZLib/UnitTests.cs contains unit tests for use with NUnit 2.1 or higher.
28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll)
29 will be found ./DotZLib/bin/release or ./DotZLib/bin/debug, depending on
31 DotZLib/UnitTests.cs for instructions on how to include unit tests in the
36 in the same directory as the DotZLib.build file.
[all …]
DDotZLib.sln2 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotZLib", "DotZLib\DotZLib.csproj", "{BB1EE0B1…
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.csproj12 AssemblyName = "DotZLib"
21 RootNamespace = "DotZLib"
32 DocumentationFile = "docs\DotZLib.xml"
52 DocumentationFile = "docs\DotZLib.xml"
118 RelPath = "DotZLib.cs"
DCircularBuffer.cs11 namespace DotZLib namespace
DCodecBase.cs11 namespace DotZLib namespace
DInflater.cs12 namespace DotZLib namespace
DDeflater.cs12 namespace DotZLib namespace
DChecksumImpl.cs13 namespace DotZLib namespace
DDotZLib.cs14 namespace DotZLib namespace
DGZipStream.cs12 namespace DotZLib namespace
DUnitTests.cs25 using DotZLib;