Click or drag to resize
HashingWrapperAppendBlock Method (Byte, Int32, Int32)

[Missing <summary> documentation for "M:Aliyun.OSS.Common.Internal.HashingWrapper.AppendBlock(System.Byte[],System.Int32,System.Int32)"]

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public void AppendBlock(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:Aliyun.OSS.Common.Internal.HashingWrapper.AppendBlock(System.Byte[],System.Int32,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:Aliyun.OSS.Common.Internal.HashingWrapper.AppendBlock(System.Byte[],System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Aliyun.OSS.Common.Internal.HashingWrapper.AppendBlock(System.Byte[],System.Int32,System.Int32)"]

Implements

IHashingWrapperAppendBlock(Byte, Int32, Int32)
See Also