C# Class NSoft.NFramework.Compressions.SevenZip.Compression.LZMA.LzmaDecoder

Inheritance: ICoder, ISetDecoderProperties
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
Code ( System inStream, System outStream, System.Int64 inSize, System.Int64 outSize, ICodeProgress progress ) : void
LzmaDecoder ( ) : System
SetDecoderProperties ( byte properties ) : void
Train ( System stream ) : bool

Private Methods

Méthode Description
Init ( System inStream, System outStream ) : void
SetDictionarySize ( uint dictionarySize ) : void
SetLiteralProperties ( int lp, int lc ) : void
SetPosBitsProperties ( int pb ) : void

Method Details

Code() public méthode

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
Résultat void

LzmaDecoder() public méthode

public LzmaDecoder ( ) : System
Résultat System

SetDecoderProperties() public méthode

public SetDecoderProperties ( byte properties ) : void
properties byte
Résultat void

Train() public méthode

public Train ( System stream ) : bool
stream System
Résultat bool