Ionic.Zlib.ParallelDeflateOutputStream.Close C# (CSharp) Méthode

Close() public méthode

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
Résultat void
        public override void Close()
        {
            InnerClose();
        }
#endif