Class Lz4ArchiveSetting
Class Lz4ArchiveSetting
Namespace: Aspose.Zip.Lz4
Assembly: Aspose.Zip.dll (25.5.0)
Settings for LZ4 archive composition.
public class Lz4ArchiveSetting
Inheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Lz4ArchiveSetting()
Initializes a new instance of the Aspose.Zip.Lz4.Lz4ArchiveSetting with default parameters.
public Lz4ArchiveSetting()
Properties
IncludeBlockChecksum
Gets or sets a value indicating whether to include compressed xxh32 hash at the end of compressed block.
public bool IncludeBlockChecksum { get; set; }
Property Value
Remarks
Default is false.
IncludeContentChecksum
Gets or sets a value indicating whether to include content xxh32 hash at the end of LZ4 archive.
public bool IncludeContentChecksum { get; set; }
Property Value
Remarks
Default is true.
IncludeContentSize
Gets or sets a value indicating whether to include the content size in the frame.
public bool IncludeContentSize { get; set; }
Property Value
Remarks
Default is false. Applied when the source stream is seekable.