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

Close() 공개 메소드

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