Azavea.NijPredictivePolicing.Common.Data.CommaSeparatedValueWriter.Flush C# (CSharp) Méthode

Flush() public méthode

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