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

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

공개 메소드들

메소드 설명
Encode ( RangeCoder rangeEncoder, UInt32 symbol, UInt32 posState ) : void
Init ( UInt32 numPosStates ) : void
LenEncoder ( ) : System
SetPrices ( UInt32 posState, UInt32 numSymbols, UInt32 prices, UInt32 st ) : void

메소드 상세

Encode() 공개 메소드

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

Init() 공개 메소드

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

LenEncoder() 공개 메소드

public LenEncoder ( ) : System
리턴 System

SetPrices() 공개 메소드

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