Specifies when changes are written to the underlying stream.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Enumeration ArchiveSaveMode
C#
public enum ArchiveSaveMode

Members

Member nameDescription
Supported by the .NET Compact FrameworkImmediate
All changes are saved immediately.
Supported by the .NET Compact FrameworkDelayed
Only compressed data is written to the underlying stream immediately. All changes are written only when calling the Save()()()() or Close()()()() method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also