C# Class SevenZip.Compression.RangeCoder.BitDecoder

显示文件 Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Methods

Method Description
Decode ( RangeCoder rangeDecoder ) : uint
Init ( ) : void
UpdateModel ( int numMoveBits, uint symbol ) : void

Method Details

Decode() public method

public Decode ( RangeCoder rangeDecoder ) : uint
rangeDecoder RangeCoder
return uint

Init() public method

public Init ( ) : void
return void

UpdateModel() public method

public UpdateModel ( int numMoveBits, uint symbol ) : void
numMoveBits int
symbol uint
return void