24.5k views
5 votes
The ____ class has implementations for write( ) and writeline( ) methods similar to the console class methods.

User Ubercool
by
5.0k points

1 Answer

4 votes
The answer is "StreamWriter class".

The StreamWriter class is intended for character yield in a specific Encoding, while subclasses of Stream are intended for byte information and yield. StreamWriter defaults to utilizing a case of UTF8Encoding unless indicated generally. The introduction of the encoding is added to a stream when you are not attaching to a current stream.
User Hatellla
by
4.8k points