DeflaterOutputStream.Deflate Method

IC Sharp Sharp Zip Lib

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