LzipArchiveSettings

LzipArchiveSettings class

The class contains setting of particular lzip archive.

The LzipArchiveSettings type exposes the following members:

Constructors

NameDescription
LzipArchiveSettings(dictionary_size, max_member_size)Initializes a new instance of the LzipArchiveSettings class

Properties

NameDescription
fastest_speedGets the instance of the LzipArchiveSettings class
with dictionary size equals to 65536 bytes in LZMA filter.
fast_speedGets the instance of the LzipArchiveSettings class
with dictionary size equals to 1 megabyte in LZMA filter.
normalGets the instance of the LzipArchiveSettings class
with dictionary size equals to 16 megabytes in LZMA filter.
high_compressionGets the instance of the LzipArchiveSettings class
with dictionary size equals to 32 megabytes in LZMA filter.
maximum_compressionGets the instance of the LzipArchiveSettings class
with dictionary size equals to 64 megabytes in LZMA filter.
dictionary_sizeGets the size of dictionary which used by LZMA compression.
max_member_sizeGets the maximum size of one member in lzip archive presented in bytes.
compression_threadsGets or sets compression thread count. If the value greater than 1, multithreading compression will be used.

See Also