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

Afficher le fichier Open project: SteamDatabase/ValveResourceFormat

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