Stream Class

Namespace: System.IO
Assembly: System.Runtime.dll (in .NET Core 2.0 Runtime Package)
Inheritance: Object > Stream

Represents an abstract base class for all streams in the .NET Framework. A stream is an abstraction of a sequence of bytes, such as a file, an input socket, or a pipe. Streams provide a way to read from and write to these sequences.

Properties

Methods

See Also

System.IO Namespace | FileStream | MemoryStream