C# 클래스 NetWrok.HTTP.Zlib.DeflateManager

파일 보기 프로젝트 열기: simonwittber/netwrok-client 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Deflate int
DeflateFast int
DeflateManager System
DeflateNone int
DeflateSlow int
End int
Initialize int
Initialize int
Initialize int
Reset int
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
compress_block void
copy_block void
flush_block_only void
longest_match int
pqdownheap void
putShortMSB void
put_byte void
put_byte void
put_short void
scan_tree void
send_all_trees void
send_bits void
send_code void
send_tree void
set_data_type void

비공개 메소드들

메소드 설명
Deflate ( ZlibCodec strm, int flush ) : int
DeflateFast ( int flush ) : int
DeflateManager ( ) : System
DeflateNone ( int flush ) : int
DeflateSlow ( int flush ) : int
End ( ) : int
Initialize ( ZlibCodec strm, CompressionLevel level ) : int
Initialize ( ZlibCodec strm, CompressionLevel level, int bits ) : int
Initialize ( ZlibCodec stream, CompressionLevel level, int method, int windowBits, int memLevel, CompressionStrategy strategy ) : int
Reset ( ZlibCodec strm ) : int
SetDictionary ( ZlibCodec strm, byte dictionary ) : int
SetParams ( ZlibCodec strm, 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
compress_block ( short ltree, short dtree ) : void
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_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