ZipArchive.Save Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
Save()
Saves pending changes into the ZIP archive and flushes the underlying stream.
Declaration
public void Save()
Remarks
There is no need to call this method if the Save
Exceptions
Type | Condition |
---|---|
Invalid |
Archive is not opened for writing. |
Object |
Archive was already disposed. |
IOException | An I/O error occurred. |
Zip |
Cannot perform the requested operation, or the operation was canceled
(see Problem |
Save(ArchiveSaveAction)
Saves pending changes into the ZIP archive and flushes the underlying stream.
Declaration
public void Save(ArchiveSaveAction action)
Parameters
Type | Name | Description |
---|---|---|
Archive |
action | Save action. |
Remarks
There is no need to call this method if the Save
Exceptions
Type | Condition |
---|---|
Argument |
The |
Invalid |
Archive is not opened for writing. |
Object |
Archive was already disposed. |
IOException | An I/O error occurred. |
Zip |
Cannot perform the requested operation, or the operation was canceled
(see Problem |