C# Class NSoft.NFramework.Compressions.SevenZip.Compression.RangeCoder.BitDecoder

Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( RangeCoder rangeDecoder ) : uint
Init ( ) : void
UpdateModel ( int numMoveBits, uint symbol ) : void

Method Details

Decode() public méthode

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

Init() public méthode

public Init ( ) : void
Résultat void

UpdateModel() public méthode

public UpdateModel ( int numMoveBits, uint symbol ) : void
numMoveBits int
symbol uint
Résultat void