Closes the underlying stream.

Namespace:  Rebex.IO.Compression.Streams
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Protected Overrides Sub Dispose ( _
	disposing As Boolean _
)
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::..Boolean
true to close the underlying stream; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also