DeflaterOutputStream.Deflate Method

SharpZip Compression Library

SharpZip Compression Library

DeflaterOutputStream.Deflate Method 

Deflates everything in the input buffers. This will call

def.deflate()
until all bytes from the input buffers are processed.

protected void Deflate();

See Also

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