Click or drag to resize
HashStreamWrite Method
Write the specified buffer, offset and count.

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.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.

Return Value

Type: 
The write.
See Also