Returns byte array from input stream.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.1.5347.20411)
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: ByteSee Also