Interface | Description |
---|---|
Stream |
The unified stream interface for reading and writing data.
|
Class | Description |
---|---|
FileStream |
The stream implementation to read from and write to files.
|
MemoryStream |
The stream implementation for in-memory processing.
|
Enum | Description |
---|---|
FileStream.Mode |
The file access mode.
|