Class Lz4ArchiveSetting
Class Lz4ArchiveSetting
名称: Aspose.Zip.Lz4 收藏: Aspose.Zip.dll (25.5.0)
设置 LZ4 档案组成。
public class Lz4ArchiveSetting
Inheritance
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Lz4ArchiveSetting()
启动一个新的例子 Aspose.Zip.Lz4.Lc4ArchiveSetting 与默认参数。
public Lz4ArchiveSetting()
Properties
IncludeBlockChecksum
收到或设置一个值,表明是否在压缩区块的尽头包含 xxh32 hash。
public bool IncludeBlockChecksum { get; set; }
财产价值
Remarks
假设是假的。
IncludeContentChecksum
收到或设置一个值,表明是否在LZ4档案的结尾包含内容 xxh32 hash。
public bool IncludeContentChecksum { get; set; }
财产价值
Remarks
假设是真实的。
IncludeContentSize
收到或设置一个值,表明是否将内容大小包含在框中。
public bool IncludeContentSize { get; set; }
财产价值
Remarks
默认是虚假的,当源流可搜索时应用。