ICSharpCode.SharpZipLib.Tests.TestSupport.WindowedStream.Flush C# (CSharp) Method

Flush() public method

When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
An I/O error occurs.
public Flush ( ) : void
return void
        public override void Flush()
        {
            // Do nothing
        }