C# Class Rebex.IO.Compression.ZStream

Show file Open project: Nanook/Queen-Bee Class Usage Examples

Public Properties

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

Public Methods

Method Description
deflate ( int flush ) : int
deflateEnd ( ) : int
deflateInit ( int level ) : int
deflateInit ( int level, bool nowrap ) : int
deflateInit ( int level, int bits ) : int
deflateInit ( int level, int bits, bool nowrap ) : int
deflateParams ( int level, int strategy ) : int
deflateSetDictionary ( byte dictionary, int dictLength ) : int
free ( ) : void
inflate ( int f ) : int
inflateEnd ( ) : int
inflateInit ( ) : int
inflateInit ( bool nowrap ) : int
inflateInit ( int w ) : int
inflateInit ( int w, bool nowrap ) : int
inflateSetDictionary ( byte dictionary, int dictLength ) : int
inflateSync ( ) : int

Private Methods

Method Description
flush_pending ( ) : void
read_buf ( byte buf, int start, int size ) : int

Method Details

deflate() public method

public deflate ( int flush ) : int
flush int
return int

deflateEnd() public method

public deflateEnd ( ) : int
return int

deflateInit() public method

public deflateInit ( int level ) : int
level int
return int

deflateInit() public method

public deflateInit ( int level, bool nowrap ) : int
level int
nowrap bool
return int

deflateInit() public method

public deflateInit ( int level, int bits ) : int
level int
bits int
return int

deflateInit() public method

public deflateInit ( int level, int bits, bool nowrap ) : int
level int
bits int
nowrap bool
return int

deflateParams() public method

public deflateParams ( int level, int strategy ) : int
level int
strategy int
return int

deflateSetDictionary() public method

public deflateSetDictionary ( byte dictionary, int dictLength ) : int
dictionary byte
dictLength int
return int

free() public method

public free ( ) : void
return void

inflate() public method

public inflate ( int f ) : int
f int
return int

inflateEnd() public method

public inflateEnd ( ) : int
return int

inflateInit() public method

public inflateInit ( ) : int
return int

inflateInit() public method

public inflateInit ( bool nowrap ) : int
nowrap bool
return int

inflateInit() public method

public inflateInit ( int w ) : int
w int
return int

inflateInit() public method

public inflateInit ( int w, bool nowrap ) : int
w int
nowrap bool
return int

inflateSetDictionary() public method

public inflateSetDictionary ( byte dictionary, int dictLength ) : int
dictionary byte
dictLength int
return int

inflateSync() public method

public inflateSync ( ) : int
return int

Property Details

adler public property

public long adler
return long

avail_in public property

public int avail_in
return int

avail_out public property

public int avail_out
return int

msg public property

public String,System msg
return System.String

next_in public property

public byte[] next_in
return byte[]

next_in_index public property

public int next_in_index
return int

next_out public property

public byte[] next_out
return byte[]

next_out_index public property

public int next_out_index
return int

total_in public property

public long total_in
return long

total_out public property

public long total_out
return long