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