StreamWrapper Constructor |
Initializes a new instance with an expandable capacity initialized to zero.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax protected StreamWrapper(
Stream s
)
Parameters
- s
- Type: System.IOStream
System stream object
See Also