Saves pending changes into the ZIP archive and flushes the underlying stream.
Namespace:
Rebex.IO.CompressionAssembly: Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0
Syntax
| C# |
|---|
public void Save( ArchiveSaveAction action ) |
| Visual Basic (Declaration) |
|---|
Public Sub Save ( _ action As ArchiveSaveAction _ ) |
| Visual 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
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | The action specified an invalid value. |
| System..::.InvalidOperationException | Archive is not opened for writing. |
| System..::.ObjectDisposedException | Archive was already disposed. |
| System.IO..::.IOException | An I/O error occured. |
| Rebex.IO.Compression..::.ZipException | Cannot perform the requested operation, or the operation was canceled (see ProblemType for detailed information). |