| | Input and Output Classes - slide 14 : 40 |
Members in class StreamWriter
- 7 overloaded constructors
- Parameters involved: File name, stream, encoding, buffer size
- StreamWriter(String)
- StreamWriter(Stream)
- StreamWriter(Stream, Encoding)
- others
- 17/18 overloaded Write / WriteLine operations
- Chars, strings, simple types. Formatted output
- Encoding
- A property that gets the encoding used for this TextWriter
- NewLine
- A property that gets/sets the applied newline string of this TextWriter
- others