/// <summary> /// Flushes the internal buffer to the file stream /// </summary> public void FlushBuffer() { fileStream.Flush(); }