Click or drag to resize
Crc64Compute Method

[Missing <summary> documentation for "M:Aliyun.OSS.Util.Crc64.Compute(System.Byte[],System.Int32,System.Int32,System.UInt64)"]

Namespace: Aliyun.OSS.Util
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public static ulong Compute(
	byte[] bytes,
	int start,
	int size,
	ulong crc = 0
)

Parameters

bytes
Type: SystemByte

[Missing <param name="bytes"/> documentation for "M:Aliyun.OSS.Util.Crc64.Compute(System.Byte[],System.Int32,System.Int32,System.UInt64)"]

start
Type: SystemInt32

[Missing <param name="start"/> documentation for "M:Aliyun.OSS.Util.Crc64.Compute(System.Byte[],System.Int32,System.Int32,System.UInt64)"]

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:Aliyun.OSS.Util.Crc64.Compute(System.Byte[],System.Int32,System.Int32,System.UInt64)"]

crc (Optional)
Type: SystemUInt64

[Missing <param name="crc"/> documentation for "M:Aliyun.OSS.Util.Crc64.Compute(System.Byte[],System.Int32,System.Int32,System.UInt64)"]

Return Value

Type: UInt64

[Missing <returns> documentation for "M:Aliyun.OSS.Util.Crc64.Compute(System.Byte[],System.Int32,System.Int32,System.UInt64)"]

See Also