Reads data from stream and stores them into array.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.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 begining of file. - count
- Type: SystemInt32
Number of characters which are read.
Return Value
Type:
Int32See Also