Deflater.Finish Method

SharpZip Compression Library

SharpZip Compression Library

Deflater.Finish Method 

Finishes the deflater with the current input block. It is an error to give more input after this method was called. This method must be called to force all bytes to be flushed.

public void Finish();

See Also

Deflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace