C# 클래스 DevCap.SevenZip.Compress.LZMA.Encoder.LiteralEncoder

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

공개 메소드들

메소드 설명
Create ( int numPosBits, int numPrevBits ) : void
GetSubCoder ( UInt32 pos, Byte prevByte ) : Encoder2
Init ( ) : void

메소드 상세

Create() 공개 메소드

public Create ( int numPosBits, int numPrevBits ) : void
numPosBits int
numPrevBits int
리턴 void

GetSubCoder() 공개 메소드

public GetSubCoder ( UInt32 pos, Byte prevByte ) : Encoder2
pos System.UInt32
prevByte Byte
리턴 Encoder2

Init() 공개 메소드

public Init ( ) : void
리턴 void