Specifies the closing mode for the underlying stream of the archive.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration ArchiveStreamCloseMode |
| C# |
|---|
public enum ArchiveStreamCloseMode |
Members
| Member name | Description | |
|---|---|---|
| Close |
Close underlying stream when closing the archive.
| |
| LeaveOpen |
Leave underlying stream opened when closing the archive.
|