Click or drag to resize
FileStreamRead Method
Reads data from stream and stores them into array.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
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 file begin.
count
Type: SystemInt32
Number of characters which are read.

Return Value

Type: Int32
See Also