Click or drag to resize
StorageHelper.GetByteArrayFromStream Method
Returns byte array from input stream.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public static byte[] GetByteArrayFromStream(
	Stream stream,
	int bufferSize = 65536,
	long position = 0
)

Parameters

stream
Type: CMS.IO.Stream
Input stream
bufferSize (Optional)
Type: System.Int32
Buffer size
position (Optional)
Type: System.Int64
Position from which the reading should start

Return Value

Type:Byte[]
See Also