C# Class SevenZip.Sdk.Compression.Lzma.Decoder.LenDecoder

显示文件 Open project: meleu/RALibretro-old

Public Methods

Method Description
Decode ( RangeCoder.Decoder rangeDecoder, uint posState ) : uint

Decodes the stream

Private Methods

Method Description
Create ( uint numPosStates ) : void
Init ( ) : void

Method Details

Decode() public method

Decodes the stream
public Decode ( RangeCoder.Decoder rangeDecoder, uint posState ) : uint
rangeDecoder RangeCoder.Decoder The specified RangeCoder
posState uint The position state
return uint