Click or drag to resize
StreamWrapperNew Method
Returns new instance of stream reader class.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax
C#
public static StreamWrapper New(
	Stream s
)

Parameters

s
Type: System.IOStream
System stream object

Return Value

Type: StreamWrapper
See Also