Ionic.Zlib.ParallelDeflateOutputStream.Close C# (CSharp) Метод

Close() публичный Метод

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
Результат void
        public override void Close()
        {
            InnerClose();
        }
#endif