Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ComponentAce
Compression
Libs
zlib
Deflate
putShortMSB
ComponentAce.Compression.Libs.zlib.Deflate.putShortMSB C# (CSharp) Method
Deflate Class Documentation
ファイルを表示
Open project: Core-Techs/TiffLibrary
putShortMSB()
private
method
private
putShortMSB
(
int
b
) :
void
b
int
return
void
internal void putShortMSB(int b) { put_byte((byte) (b >> 8)); put_byte((byte) (b)); }
Deflate
Deflate
_tr_align
_tr_flush_block
_tr_stored_block
_tr_tally
bi_flush
bi_windup
build_bl_tree
compress_block
copy_block
deflate
deflateEnd
deflateInit
deflateInit2
deflateParams
deflateReset
deflateSetDictionary
deflate_fast
deflate_slow
deflate_stored
fill_window
flush_block_only
init_block
lm_init
longest_match
pqdownheap
putShortMSB
put_byte
put_short
scan_tree
send_all_trees
send_bits
send_code
send_tree
set_data_type
smaller
tr_init