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:
C#
public enum LzmaMatchFinderType
Fields
The match finder uses two bytes for the hash.
C#
BT2 = 0
The match finder uses four bytes for the hash.
C#
BT4 = 1