C# Class Ionic.Zlib.DeflateManager

Show file Open project: PlayFab/PlayFab-Samples Class Usage Examples

Private Properties

Property Type Description
Deflate int
DeflateFast BlockState
DeflateManager System
DeflateNone BlockState
DeflateSlow BlockState
End int
Initialize int
Initialize int
Initialize int
Initialize int
Reset void
SetDeflater void
SetDictionary int
SetParams int
_InitializeBlocks void
_InitializeLazyMatch void
_InitializeTreeData void
_IsSmaller bool
_fillWindow void
_tr_align void
_tr_flush_block void
_tr_stored_block void
_tr_tally bool
bi_flush void
bi_windup void
build_bl_tree int
copy_block void
flush_block_only void
longest_match int
pqdownheap void
putShortMSB void
put_byte void
put_bytes void
put_short void
scan_tree void
send_all_trees void
send_bits void
send_code void
send_compressed_block void
send_tree void
set_data_type void

Private Methods

Method Description
Deflate ( FlushType flush ) : int
DeflateFast ( FlushType flush ) : BlockState
DeflateManager ( ) : System
DeflateNone ( FlushType flush ) : BlockState
DeflateSlow ( FlushType flush ) : BlockState
End ( ) : int
Initialize ( ZlibCodec codec, CompressionLevel level ) : int
Initialize ( ZlibCodec codec, CompressionLevel level, int bits ) : int
Initialize ( ZlibCodec codec, CompressionLevel level, int bits, CompressionStrategy compressionStrategy ) : int
Initialize ( ZlibCodec codec, CompressionLevel level, int windowBits, int memLevel, CompressionStrategy strategy ) : int
Reset ( ) : void
SetDeflater ( ) : void
SetDictionary ( byte dictionary ) : int
SetParams ( CompressionLevel level, CompressionStrategy strategy ) : int
_InitializeBlocks ( ) : void
_InitializeLazyMatch ( ) : void
_InitializeTreeData ( ) : void
_IsSmaller ( short tree, int n, int m, sbyte depth ) : bool
_fillWindow ( ) : void
_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
copy_block ( int buf, int len, bool header ) : void
flush_block_only ( bool eof ) : void
longest_match ( int cur_match ) : int
pqdownheap ( short tree, int k ) : void
putShortMSB ( int b ) : void
put_byte ( byte c ) : void
put_bytes ( byte p, int start, int len ) : void
put_short ( int b ) : void
scan_tree ( short tree, int max_code ) : void
send_all_trees ( int lcodes, int dcodes, int blcodes ) : void
send_bits ( int value, int length ) : void
send_code ( int c, short tree ) : void
send_compressed_block ( short ltree, short dtree ) : void
send_tree ( short tree, int max_code ) : void
set_data_type ( ) : void