public override void Flush() { this.AssertNotDisposed(); if (Stdlib.fflush(this.file) != 0) { UnixMarshal.ThrowExceptionForLastError(); } GC.KeepAlive(this); }