SevenZip.Compression.LZMA

Class Encoder.LiteralEncoder.Encoder2

class Encoder.LiteralEncoder.Encoder2 extends Object

Method Summary
voidEncode(Encoder rangeEncoder, byte symbol)
voidEncodeMatched(Encoder rangeEncoder, byte matchByte, byte symbol)
intGetPrice(boolean matchMode, byte matchByte, byte symbol)
voidInit()

Method Detail

Encode

public void Encode(Encoder rangeEncoder, byte symbol)

EncodeMatched

public void EncodeMatched(Encoder rangeEncoder, byte matchByte, byte symbol)

GetPrice

public int GetPrice(boolean matchMode, byte matchByte, byte symbol)

Init

public void Init()