DeflaterOutputStream.Flush Method

SharpZip Compression Library

SharpZip Compression Library

DeflaterOutputStream.Flush Method 

Flushes the stream by calling flush() on the deflater and then on the underlying stream. This ensures that all bytes are flushed.

public override void Flush();

See Also

DeflaterOutputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace