Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Enumerations | Functions
DotZLib.cs File Reference

Go to the source code of this file.

Classes

struct  DotZLib.ZStream
 
class  DotZLib.ZLibException
 The exception that is thrown when an error occurs on the zlib dll More...
 
interface  DotZLib.ChecksumGenerator
 Declares methods and properties that enables a running checksum to be calculated More...
 
interface  DotZLib.Codec
 Declares methods and events for implementing compressors/decompressors More...
 
class  DotZLib.Info
 Encapsulates general information about the ZLib library More...
 

Namespaces

namespace  DotZLib
 

Enumerations

enum  DotZLib.CompressLevel : int { DotZLib.CompressLevel.Default = -1, DotZLib.CompressLevel.None = 0, DotZLib.CompressLevel.Best = 9, DotZLib.CompressLevel.Fastest = 1 }
 Defines constants for the available compression levels in zlib More...
 

Functions

delegate void DotZLib.DataAvailableHandler (byte[] data, int startIndex, int count)
 Represents the method that will be called from a codec when new data are available. More...