Enum CoderPropId
Provides the fields that represent properties idenitifiers for compressing.
Namespace: SharpSevenZip.Sdk
Assembly: SharpSevenZip.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 | Specifies number of literal context bits for LZMA (0 <= x <= 8). |
| LitPosBits | Specifies number of literal position bits for LZMA (0 <= x <= 4). |
| 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 | Specifies number of postion state bits for LZMA (0 <= x <= 4). |
| UsedMemorySize | Specifies size of memory for PPM*. |