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

Datei anzeigen Open project: debop/NFramework

Public Methods

Method Description
Create ( ) : void
DecodeNormal ( RangeCoder rangeDecoder ) : byte
DecodeWithMatchByte ( RangeCoder rangeDecoder, byte matchByte ) : byte
Init ( ) : void

Method Details

Create() public method

public Create ( ) : void
return void

DecodeNormal() public method

public DecodeNormal ( RangeCoder rangeDecoder ) : byte
rangeDecoder RangeCoder
return byte

DecodeWithMatchByte() public method

public DecodeWithMatchByte ( RangeCoder rangeDecoder, byte matchByte ) : byte
rangeDecoder RangeCoder
matchByte byte
return byte

Init() public method

public Init ( ) : void
return void