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

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
Encode ( RangeCoder rangeEncoder, UInt32 symbol, UInt32 posState ) : void
Init ( UInt32 numPosStates ) : void
LenEncoder ( ) : System
SetPrices ( UInt32 posState, UInt32 numSymbols, UInt32 prices, UInt32 st ) : 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

Init() public méthode

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

LenEncoder() public méthode

public LenEncoder ( ) : System
Résultat System

SetPrices() public méthode

public SetPrices ( UInt32 posState, UInt32 numSymbols, UInt32 prices, UInt32 st ) : void
posState System.UInt32
numSymbols System.UInt32
prices System.UInt32
st System.UInt32
Résultat void