C# 클래스 SevenZip.Compression.LZMA.Decoder

상속: ICoder, ISetDecoderProperties
파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat 1 사용 예제들

공개 메소드들

메소드 설명
Code ( System inStream, System outStream, System.Int64 inSize, System.Int64 outSize, ICodeProgress progress ) : void
Decoder ( ) : System
SetDecoderProperties ( byte properties ) : void
Train ( System stream ) : bool

비공개 메소드들

메소드 설명
Init ( System inStream, System outStream ) : void
SetDictionarySize ( uint dictionarySize ) : void
SetLiteralProperties ( int lp, int lc ) : void
SetPosBitsProperties ( int pb ) : void

메소드 상세

Code() 공개 메소드

public Code ( System inStream, System outStream, System.Int64 inSize, System.Int64 outSize, ICodeProgress progress ) : void
inStream System
outStream System
inSize System.Int64
outSize System.Int64
progress ICodeProgress
리턴 void

Decoder() 공개 메소드

public Decoder ( ) : System
리턴 System

SetDecoderProperties() 공개 메소드

public SetDecoderProperties ( byte properties ) : void
properties byte
리턴 void

Train() 공개 메소드

public Train ( System stream ) : bool
stream System
리턴 bool