Deflater.Flush Method
Flushes the current input block. Further calls to deflate() will produce enough output to inflate everything in the current input block. This is not part of Sun's JDK so I have made it package private. It is used by DeflaterOutputStream to implement flush().
public void Flush();
See Also
Deflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace