Summary
-m (Set compression Method) switch.
Specifies the compression method.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["ISwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISwitch"
Type["SwitchCompressionMethod"]
class Type type-node
Syntax
public class SwitchCompressionMethod : ISwitch
Properties
Name | Value | Summary |
---|---|---|
DictionarySize | int? |
Gets or sets the size of the dictionary.
Dictionary size in bytes will be calculated as 2 ^ DictionarySize (24 -> 2 ^ 24 -> 16MB).
|
Level | int? |
Sets the level.
parameter: x.
|
Method | string? |
Sets the method.
parameter: m.
|
SortFilesByType | bool? |
Gets or sets the sorting files by type in solid archives.
The default mode is qs=off.
|
Methods
Name | Value | Summary |
---|---|---|
BuildArguments |
void |
Builds the arguments using the builder.
|