Class Lz4ArchiveSetting
Lz4ArchiveSetting class
Settings for LZ4 archive composition.
public class Lz4ArchiveSetting
Constructors
| Name | Description |
|---|
| Lz4ArchiveSetting() | Initializes a new instance of the Lz4ArchiveSetting with default parameters. |
Properties
| Name | Description |
|---|
| IncludeBlockChecksum { get; set; } | Gets or sets a value indicating whether to include compressed xxh32 hash at the end of compressed block. |
| IncludeContentChecksum { get; set; } | Gets or sets a value indicating whether to include content xxh32 hash at the end of LZ4 archive. |
| IncludeContentSize { get; set; } | Gets or sets a value indicating whether to include the content size in the frame. |
See Also