StreamWriter Methods |
The StreamWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
Releases all resources.
(Overrides TextWriterDispose(Boolean).) |
![]() | Flush |
Clears all buffers for the current writer and causes any buffered data to be written to the underlying stream.
(Overrides TextWriterFlush.) |
![]() ![]() | New(StreamWriter) |
Returns new instance of stream writer class.
|
![]() ![]() | New(String) |
Returns new instance of stream writer class.
|
![]() ![]() | New(Stream) |
Returns new instance of stream writer class.
|
![]() ![]() | New(String, Boolean) |
Returns new instance of stream writer class.
|
![]() ![]() | New(Stream, Encoding) |
Returns new instance of stream writer class.
|
![]() ![]() | New(String, Boolean, Encoding) |
Returns new instance of stream writer class.
|
![]() | Write(Char) |
Writes one character to stream.
(Overrides TextWriterWrite(Char).) |
![]() | Write(String) |
Writes a string to the stream.
(Overrides TextWriterWrite(String).) |
![]() | Write(Char, Int32, Int32) |
Writes char array to the stream.
(Overrides TextWriterWrite(Char, Int32, Int32).) |
![]() | WriteLine |
Writes a string followed by a line terminator to the text stream.
(Overrides TextWriterWriteLine(String).) |