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

Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
Create ( uint numPosStates ) : void
Decode ( RangeCoder rangeDecoder, uint posState ) : uint
Init ( ) : void

Method Details

Create() public méthode

public Create ( uint numPosStates ) : void
numPosStates uint
Résultat void

Decode() public méthode

public Decode ( RangeCoder rangeDecoder, uint posState ) : uint
rangeDecoder RangeCoder
posState uint
Résultat uint

Init() public méthode

public Init ( ) : void
Résultat void