Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("The ZipArchive(Stream, bool) constructor has been deprecated and will be removed. Use ZipArchive(Stream, ArchiveStreamCloseMode) constructor instead.", _ True)> _ Public Sub New ( _ zipStream As Stream, _ leaveOpen As Boolean _ ) |
C# |
---|
[ObsoleteAttribute("The ZipArchive(Stream, bool) constructor has been deprecated and will be removed. Use ZipArchive(Stream, ArchiveStreamCloseMode) constructor instead.", true)] public ZipArchive( Stream zipStream, bool leaveOpen ) |
Parameters
- zipStream
- Type: System.IO..::..Stream
- leaveOpen
- Type: System..::..Boolean