Lz4ArchiveSetting

Lz4ArchiveSetting class

Settings for LZ4 archive composition.

The Lz4ArchiveSetting type exposes the following members:

Constructors

NameDescription
Lz4ArchiveSetting()Initializes a new instance of the Lz4ArchiveSetting with default parameters.

Properties

NameDescription
include_content_checksumGets or sets a value indicating whether to include content xxh32 hash at the end of LZ4 archive.
include_block_checksumGets or sets a value indicating whether to include compressed xxh32 hash at the end of compressed block.
include_content_sizeGets or sets a value indicating whether to include the content size in the frame.

See Also