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 nameDescription
Supported by the .NET Compact FrameworkClose
Close underlying stream when closing the archive.
Supported by the .NET Compact FrameworkLeaveOpen
Leave underlying stream opened when closing the archive.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also