/// <summary> /// Flushes all data to the underlying storage. /// </summary> public override void Flush() { _parent.Flush(); }
public void Flush() { buffer.Flush(); }