Saves pending changes into the ZIP archive and flushes the underlying stream.

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

Syntax

Visual Basic
Public Sub Save ( _
	action As ArchiveSaveAction _
)
C#
public void Save(
	ArchiveSaveAction action
)

Parameters

action
Type: Rebex.IO.Compression..::..ArchiveSaveAction
Save action.

Remarks

There is no need to call this method if the SaveMode property is set to Immediate (which is the default value).

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe action specified an invalid value.
System..::..InvalidOperationExceptionArchive is not opened for writing.
System..::..ObjectDisposedExceptionArchive was already disposed.
System.IO..::..IOExceptionAn I/O error occurred.
Rebex.IO.Compression..::..ZipExceptionCannot perform the requested operation, or the operation was canceled (see ProblemType for detailed information).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also