public void Close() { if (!String.IsNullOrWhiteSpace(CurrentLineBuffer.ToString())) { FlushCurrentLineBuffer(); } InnerWriter.Close(); }
public bool IsInNewLine() { return(CurrentLineBuffer.Length < 30 && String.IsNullOrWhiteSpace(CurrentLineBuffer.ToString())); }