C# Class SevenZip.Compression.LZMA.Encoder.LiteralEncoder.Encoder2

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
Create ( ) : void
Encode ( RangeCoder rangeEncoder, byte symbol ) : void
EncodeMatched ( RangeCoder rangeEncoder, byte matchByte, byte symbol ) : void
GetPrice ( bool matchMode, byte matchByte, byte symbol ) : uint
Init ( ) : void

Method Details

Create() public méthode

public Create ( ) : void
Résultat void

Encode() public méthode

public Encode ( RangeCoder rangeEncoder, byte symbol ) : void
rangeEncoder RangeCoder
symbol byte
Résultat void

EncodeMatched() public méthode

public EncodeMatched ( RangeCoder rangeEncoder, byte matchByte, byte symbol ) : void
rangeEncoder RangeCoder
matchByte byte
symbol byte
Résultat void

GetPrice() public méthode

public GetPrice ( bool matchMode, byte matchByte, byte symbol ) : uint
matchMode bool
matchByte byte
symbol byte
Résultat uint

Init() public méthode

public Init ( ) : void
Résultat void