Returns byte array from input stream.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- stream
- Type:
System.IO Stream
Input stream
- bufferSize (Optional)
- Type:
System Int32
Buffer size, by default 64kB
- position (Optional)
- Type:
System Int64
Position from which the reading should start
Return Value
Type:
See Also