Click or drag to resize
GeneralStreamNew Method
Initializes new instance of system stream object.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static GeneralStream New(
	Stream stream
)

Parameters

stream
Type: CMS.IOStream
Stream object

Return Value

Type: GeneralStream
See Also