DeflaterOutputStream.Flush Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class 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