Click or drag to resize
GeneralStreamRead Method
Reads from stream.

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

Parameters

buffer
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