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

显示文件 Open project: ME3Explorer/ME3Explorer

Public Methods

Method 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 method

public Encode ( RangeCoder rangeEncoder, UInt32 symbol, UInt32 posState ) : void
rangeEncoder RangeCoder
symbol System.UInt32
posState System.UInt32
return void

Init() public method

public Init ( UInt32 numPosStates ) : void
numPosStates System.UInt32
return void

LenEncoder() public method

public LenEncoder ( ) : System
return System

SetPrices() public method

public SetPrices ( UInt32 posState, UInt32 numSymbols, UInt32 prices, UInt32 st ) : void
posState System.UInt32
numSymbols System.UInt32
prices System.UInt32
st System.UInt32
return void