Name | Description | |
---|---|---|
LZMAOptions Constructor | Overloaded. Initializes a new instance of the LZMAOptions class. |
The following tables list the members exposed by LZMAOptions.
Name | Description | |
---|---|---|
LZMAOptions Constructor | Overloaded. Initializes a new instance of the LZMAOptions class. |
Name | Description | |
---|---|---|
DictionarySize | Get or sets the dictionary size. | |
MatchFinder | Gets or sets the match finder algorithm to use. | |
NumFastBytes | Gets or sets the number of fast bytes. | |
NumLiteralContextBits | Gets or sets the number of literal context bits. | |
NumLiteralPositionBits | Gets or sets the number of literal position bits. | |
NumPositionBits | Gets or sets the number of position bits. | |
Properties | ||
PropertyIDs | ||
UseEndOfStreamMarker | Gets or sets whether an end-of-stream marker is written at the end of the compressed data. |
Name | Description | |
---|---|---|
SetTemplate | Sets the LZMAOptions properties to values appropriate to the passed level of compression. |