Hello, I was wondering... how StreamWriter works using a buffer and why do we need to flush it? When we call the method Write() doesn't it write the text to the file directly?
↧