C# Class SevenZip.Compression.LZMA.Decoder.LenDecoder

显示文件 Open project: SteamDatabase/ValveResourceFormat

Public Methods

Method Description
Create ( uint numPosStates ) : void
Decode ( RangeCoder rangeDecoder, uint posState ) : uint
Init ( ) : void

Method Details

Create() public method

public Create ( uint numPosStates ) : void
numPosStates uint
return void

Decode() public method

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

Init() public method

public Init ( ) : void
return void