C# 클래스 DevCap.SevenZip.Compress.LZMA.Decoder.LenDecoder

파일 보기 프로젝트 열기: jcmoyer/DevCap

공개 메소드들

메소드 설명
Create ( uint numPosStates ) : void
Decode ( RangeCoder rangeDecoder, uint posState ) : uint
Init ( ) : void

메소드 상세

Create() 공개 메소드

public Create ( uint numPosStates ) : void
numPosStates uint
리턴 void

Decode() 공개 메소드

public Decode ( RangeCoder rangeDecoder, uint posState ) : uint
rangeDecoder RangeCoder
posState uint
리턴 uint

Init() 공개 메소드

public Init ( ) : void
리턴 void