C# 클래스 SevenZip.Compression.LZMA.Encoder.LiteralEncoder.Encoder2

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

공개 메소드들

메소드 설명
Create ( ) : void
Encode ( RangeCoder rangeEncoder, byte symbol ) : void
EncodeMatched ( RangeCoder rangeEncoder, byte matchByte, byte symbol ) : void
GetPrice ( bool matchMode, byte matchByte, byte symbol ) : uint
Init ( ) : void

메소드 상세

Create() 공개 메소드

public Create ( ) : void
리턴 void

Encode() 공개 메소드

public Encode ( RangeCoder rangeEncoder, byte symbol ) : void
rangeEncoder RangeCoder
symbol byte
리턴 void

EncodeMatched() 공개 메소드

public EncodeMatched ( RangeCoder rangeEncoder, byte matchByte, byte symbol ) : void
rangeEncoder RangeCoder
matchByte byte
symbol byte
리턴 void

GetPrice() 공개 메소드

public GetPrice ( bool matchMode, byte matchByte, byte symbol ) : uint
matchMode bool
matchByte byte
symbol byte
리턴 uint

Init() 공개 메소드

public Init ( ) : void
리턴 void