C# 클래스 SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder

상속: LenEncoder
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
Encode ( RangeCoder rangeEncoder, UInt32 symbol, UInt32 posState ) : void
GetPrice ( UInt32 symbol, UInt32 posState ) : UInt32
SetTableSize ( UInt32 tableSize ) : void
UpdateTables ( UInt32 numPosStates ) : void

비공개 메소드들

메소드 설명
UpdateTable ( UInt32 posState ) : void

메소드 상세

Encode() 공개 메소드

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

GetPrice() 공개 메소드

public GetPrice ( UInt32 symbol, UInt32 posState ) : UInt32
symbol System.UInt32
posState System.UInt32
리턴 System.UInt32

SetTableSize() 공개 메소드

public SetTableSize ( UInt32 tableSize ) : void
tableSize System.UInt32
리턴 void

UpdateTables() 공개 메소드

public UpdateTables ( UInt32 numPosStates ) : void
numPosStates System.UInt32
리턴 void