System.Ext.IO Namespace
The System.Ext.IO namespace provides programs with the ability to read and write streams in memory.
Classes
| Name | Description | |
|---|---|---|
![]() |
MemoryStream | Represents a stream that can read from or write to memory. |
![]() |
StreamReader | Implements an object that reads characters in a particular encoding from a byte stream. |
![]() |
StreamWriter | Enables applications to write characters to a stream in a particular encoding. |
![]() |
TextReader | Represents a reader that can read a sequential series of characters from a stream. |
![]() |
TextWriter | Writes a series of characters to a stream. |
Enumerations
| Name | Description | |
|---|---|---|
![]() |
FileAccess | Defines constants for read, write, or read/write access to a file. |
.png)
.png)