Methods |
Description |
close |
Closes this TextWriter object and the underlying IByteStream object. |
flush |
Clears the output buffer for this TextWriter object and causes any buffered data to be written to the underlying IByteStream object. |
getAutoFlush |
Retrieves a boolean value indicating whether write operations are automatically flushed to the underlying IByteStream object. |
getStream |
Retrieves the stream that underlies this TextWriter object. |
setAutoFlush |
Sets a boolean value indicating whether to enable the automatic flushing of output characters. |
write |
Writes a character to the text stream. |