C# Class Rebex.IO.Compression.Deflate

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

Private Methods

Method Description
Deflate ( ) : System
_tr_align ( ) : void
_tr_flush_block ( int buf, int stored_len, bool eof ) : void
_tr_stored_block ( int buf, int stored_len, bool eof ) : void
_tr_tally ( int dist, int lc ) : bool
bi_flush ( ) : void
bi_windup ( ) : void
build_bl_tree ( ) : int
compress_block ( short ltree, short dtree ) : void
copy_block ( int buf, int len, bool header ) : void
deflate ( ZStream strm, int flush ) : int
deflateEnd ( ) : int
deflateInit ( ZStream strm, int level ) : int
deflateInit ( ZStream strm, int level, int bits ) : int
deflateInit2 ( ZStream strm, int level, int method, int windowBits, int memLevel, int strategy ) : int
deflateParams ( ZStream strm, int _level, int _strategy ) : int
deflateReset ( ZStream strm ) : int
deflateSetDictionary ( ZStream strm, byte dictionary, int dictLength ) : int
deflate_fast ( int flush ) : int
deflate_slow ( int flush ) : int
deflate_stored ( int flush ) : int
fill_window ( ) : void
flush_block_only ( bool eof ) : void
init_block ( ) : void
lm_init ( ) : void
longest_match ( int cur_match ) : int
pqdownheap ( short tree, int k ) : void
putShortMSB ( int b ) : void
put_byte ( byte c ) : void
put_byte ( byte p, int start, int len ) : void
put_short ( int w ) : void
scan_tree ( short tree, int max_code ) : void
send_all_trees ( int lcodes, int dcodes, int blcodes ) : void
send_bits ( int value_Renamed, int length ) : void
send_code ( int c, short tree ) : void
send_tree ( short tree, int max_code ) : void
set_data_type ( ) : void
smaller ( short tree, int n, int m, byte depth ) : bool
tr_init ( ) : void