Ionic.Zip.ZipInputStream.Flush C# (CSharp) Method

Flush() public method

This is a no-op.
public Flush ( ) : void
return void
        public override void Flush()
        {
            throw new NotSupportedException("Flush");
        }