Enum
LzmaMatchFinderType

Selects the LZMA match finder strategy (2‑byte or 4‑byte hash) balancing memory usage and match detection efficiency.

Definition

Namespace:Telerik.Windows.Zip

Assembly:Telerik.Windows.Zip.dll

Syntax:

cs-api-definition
public enum LzmaMatchFinderType

Fields

BT2

The match finder uses two bytes for the hash.

Declaration

cs-api-definition
BT2 = 0

Field Value

LzmaMatchFinderType

BT4

The match finder uses four bytes for the hash.

Declaration

cs-api-definition
BT4 = 1

Field Value

LzmaMatchFinderType

In this article
DefinitionFieldsBT2BT4
Not finding the help you need?
Contact Support