Writes sequence of bytes to stream.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax public override void Write(
byte[] buffer,
int offset,
int count
)
Parameters
- buffer
- Type: SystemByte
Buffer. - offset
- Type: SystemInt32
Offset. - count
- Type: SystemInt32
Count.
See Also