AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
ComponentAce.Compression.Libs.zlib.zlibConst Class Reference

Static Public Member Functions

static System.String version ()
 

Static Public Attributes

const int Z_NO_COMPRESSION = 0
 
const int Z_BEST_SPEED = 1
 
const int Z_BEST_COMPRESSION = 9
 
const int Z_DEFAULT_COMPRESSION = (- 1)
 
const int Z_FILTERED = 1
 
const int Z_HUFFMAN_ONLY = 2
 
const int Z_DEFAULT_STRATEGY = 0
 
const int Z_NO_FLUSH = 0
 
const int Z_PARTIAL_FLUSH = 1
 
const int Z_SYNC_FLUSH = 2
 
const int Z_FULL_FLUSH = 3
 
const int Z_FINISH = 4
 
const int Z_OK = 0
 
const int Z_STREAM_END = 1
 
const int Z_NEED_DICT = 2
 
const int Z_ERRNO = - 1
 
const int Z_STREAM_ERROR = - 2
 
const int Z_DATA_ERROR = - 3
 
const int Z_MEM_ERROR = - 4
 
const int Z_BUF_ERROR = - 5
 
const int Z_VERSION_ERROR = - 6
 

The documentation for this class was generated from the following file: