C# Class SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder

Inheritance: LenEncoder
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
Encode ( RangeCoder rangeEncoder, UInt32 symbol, UInt32 posState ) : void
GetPrice ( UInt32 symbol, UInt32 posState ) : UInt32
SetTableSize ( UInt32 tableSize ) : void
UpdateTables ( UInt32 numPosStates ) : void

Private Methods

Méthode Description
UpdateTable ( UInt32 posState ) : void

Method Details

Encode() public méthode

public Encode ( RangeCoder rangeEncoder, UInt32 symbol, UInt32 posState ) : void
rangeEncoder RangeCoder
symbol System.UInt32
posState System.UInt32
Résultat void

GetPrice() public méthode

public GetPrice ( UInt32 symbol, UInt32 posState ) : UInt32
symbol System.UInt32
posState System.UInt32
Résultat System.UInt32

SetTableSize() public méthode

public SetTableSize ( UInt32 tableSize ) : void
tableSize System.UInt32
Résultat void

UpdateTables() public méthode

public UpdateTables ( UInt32 numPosStates ) : void
numPosStates System.UInt32
Résultat void