Click or drag to resize
MemoryStreamRead Method
Reads data from stream.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public override int Read(
	byte[] Array,
	int offset,
	int count
)

Parameters

Array
Type: SystemByte
Array where result is stored
offset
Type: SystemInt32
Offset from beginning of file
count
Type: SystemInt32
Number of characters which are read

Return Value

Type: Int32
See Also