C# Class NSoft.NFramework.Compressions.SevenZip.Compression.LZMA.LzmaDecoder.LenDecoder

Datei anzeigen Open project: debop/NFramework

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