Ionic Zip Library v1.9.1.6
Close Method
Reference ► Ionic.Zlib ► ParallelDeflateOutputStream ► Close()()()()
Close the stream.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override void Close()
Public Overrides Sub Close
public: virtual void Close() override
Remarks
You must call Close on the stream to guarantee that all of the data written in has
been compressed, and the compressed data has been written out.