C# Класс SevenZip.Compression.LZMA.Decoder

Наследование: ICoder, ISetDecoderProperties
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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