Click or drag to resize
StreamWrapper Constructor
Initializes a new instance with an expandable capacity initialized to zero.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
protected StreamWrapper(
	Stream s
)

Parameters

s
Type: System.IOStream
System stream object
See Also