Stream
Provides static methods for manipulating instances of Stream .
public Stream()
Initializes a new MemoryStream class based on the specifed string with the Unicode encoding.
Initializes a new MemoryStream class based on the specifed string with the specified encoding.
Reads data from one stream, writing it to another.