CompressionStream.Dispose Method
Namespace: Rebex.IO.Compression.Streams
Assembly: Rebex.Zip.dll (version 7.0.9448)
Dispose(Boolean)
Closes the underlying stream.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | disposing | true to close the underlying stream; false otherwise. |