Enum CoderPropID
Provides the fields that represent properties idenitifiers for compressing.
Namespace: SevenZip
Assembly: Liminal.SDK.dll
Syntax
public enum CoderPropID
Fields
Name | Description |
---|---|
Algorithm | Specifies number of algorithm. |
BlockSize | Specifies Block Size. |
DefaultProp | Specifies default property. |
DictionarySize | Specifies size of dictionary. |
EndMarker | Specifies mode with end marker. |
LitContextBits | |
LitPosBits | |
MatchFinder | Specifies match finder. LZMA: "BT2", "BT4" or "BT4B". |
MatchFinderCycles | Specifies the number of match finder cyckes. |
NumFastBytes | Specifies number of fast bytes for LZ*. |
NumPasses | Specifies number of passes. |
NumThreads | Specifies the number of threads. |
Order | Specifies order for PPM methods. |
PosStateBits | |
UsedMemorySize | Specifies size of memory for PPM*. |