ReadOnlyStream constructor

Initializes a new instance of the ReadOnlyStream class.

public ReadOnlyStream(Stream stream)
parameter description
stream The wrapped stream.

See Also