ArchiveSaveMode Enum
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Specifies when changes are written to the underlying stream.
Syntax
public enum ArchiveSaveMode
Fields
Name | Description |
---|---|
Delayed | Only compressed data is written to the underlying stream immediately. All changes are written only when calling the Save() or Close() method. |
Immediate | All changes are saved immediately. |