MemoryStreamNew Method (Int32) |
Returns new instance of stream reader class.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax public static MemoryStream New(
int capacity
)
Parameters
- capacity
- Type: SystemInt32
Byte data
Return Value
Type:
MemoryStreamSee Also