Gets or sets a save mode, which determines when changes are saved to the underlying stream.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Property SaveMode As ArchiveSaveMode Get Set |
C# |
---|
public ArchiveSaveMode SaveMode { get; set; } |
Field Value
Save mode.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The value specified an invalid value. |
System..::..InvalidOperationException | Attempt to set the Immediate without calling the Save()()()() method first. |
System..::..ObjectDisposedException | Archive was already disposed. |
Rebex.IO.Compression..::..ZipException | Cannot perform the requested operation (see ProblemType for detailed information). |