Reads data from stream and stores them into array.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 12.0.0
Syntax 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:
Int32See Also