ArchiveStreamCloseMode Enum
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Specifies the closing mode for the underlying stream of the archive.
Syntax
public enum ArchiveStreamCloseMode
Fields
Name | Description |
---|---|
Close | Close underlying stream when closing the archive. |
LeaveOpen | Leave underlying stream opened when closing the archive. |