Click or drag to resize
FileStreamWrite Method
Writes sequence of bytes to stream.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
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