Ionic.Zlib.ParallelDeflateOutputStream.Close C# (CSharp) Method

Close() public method

Close the stream.
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.
public Close ( ) : void
return void
        public override void Close()
        {
            InnerClose();
        }
#endif