Azavea.NijPredictivePolicing.Common.Data.GenericSeparatedValueWriter.Flush C# (CSharp) 메소드

Flush() 공개 메소드

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