Class AppleArchiveEntrySettings
AppleArchiveEntrySettings class
Settings used to compose entries inside AppleArchive.
public class AppleArchiveEntrySettings
Constructors
| Name | Description |
|---|
| AppleArchiveEntrySettings(AppleCompressionSettings) | Initializes a new instance of the AppleArchiveEntrySettings class. |
Properties
| Name | Description |
|---|
| CompressionSettings { get; } | Gets compression settings applied to the composed Apple Archive payload. |
| IncludeCrc32Checksum { get; set; } | Gets or sets a value indicating whether CRC32 checksum fields are included for composed file entries. |
See Also