Dispose Method

DotNetZip

Ionic Zip Library v1.9.1.6 Dispose Method
ReferenceIonic.ZlibParallelDeflateOutputStreamDispose()()()()
Dispose the object
Declaration Syntax
C# Visual Basic Visual C++
public void Dispose()
Public Sub Dispose
public:
void Dispose()
Remarks

Because ParallelDeflateOutputStream is IDisposable, the application must call this method when finished using the instance.

This method is generally called implicitly upon exit from a using scope in C# (Using in VB).

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)