Azavea.NijPredictivePolicing.Common.Data.CommaSeparatedValueWriter.Flush C# (CSharp) Method

Flush() public method

flushes the stream
public Flush ( ) : bool
return bool
        public bool Flush()
        {
            _outputStream.Flush();
            return true;
        }