IO
Table of Contents
Classes
- FileStream
- Represents a Stream representing a file.
- GenericStream
- Represents any stream that can be handled using the C-like f* functions.
- MemoryStream
- Represents an in-memory stream.
- NetworkStream
- Represents a network socket stream.
- ProcessStream
- Represents a stream to a running sub-process.
- Stream
- Represents a generic data stream.
- TempFileStream
- Represents a temporary file stream. Will remain in memory if the size is below a given threshold.