Class StreamExtensions
Contains extension methods for Stream object.
public static class StreamExtensions
- Inheritance
-
StreamExtensions
Methods
- CreateStreamFromString(string)
Creates a Stream object that holds specified string.
- GetAllBytes(Stream)
Receives content of the specified input.
- GetAllText(Stream)
Receives content of the specified input.