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

Public Member Functions

int inflateInit ()
 
int inflateInit (int w)
 
int inflate (int f)
 
int inflateEnd ()
 
int inflateSync ()
 
int inflateSetDictionary (byte[] dictionary, int dictLength)
 
int deflateInit (int level)
 
int deflateInit (int level, int bits)
 
int deflate (int flush)
 
int deflateEnd ()
 
int deflateParams (int level, int strategy)
 
int deflateSetDictionary (byte[] dictionary, int dictLength)
 
void free ()
 

Public Attributes

byte[] next_in
 
int next_in_index
 
int avail_in
 
long total_in
 
byte[] next_out
 
int next_out_index
 
int avail_out
 
long total_out
 
System.String msg
 
long adler
 

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