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