Writes sequence of bytes to stream.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 12.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