Click or drag to resize
Crc64Stream Constructor
Initializes a new instance of the Crc64Stream class

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public Crc64Stream(
	Stream baseStream,
	byte[] expectedHash,
	long expectedLength,
	ulong initCrc64 = 0
)

Parameters

baseStream
Type: System.IOStream

[Missing <param name="baseStream"/> documentation for "M:Aliyun.OSS.Common.Internal.Crc64Stream.#ctor(System.IO.Stream,System.Byte[],System.Int64,System.UInt64)"]

expectedHash
Type: SystemByte

[Missing <param name="expectedHash"/> documentation for "M:Aliyun.OSS.Common.Internal.Crc64Stream.#ctor(System.IO.Stream,System.Byte[],System.Int64,System.UInt64)"]

expectedLength
Type: SystemInt64

[Missing <param name="expectedLength"/> documentation for "M:Aliyun.OSS.Common.Internal.Crc64Stream.#ctor(System.IO.Stream,System.Byte[],System.Int64,System.UInt64)"]

initCrc64 (Optional)
Type: SystemUInt64

[Missing <param name="initCrc64"/> documentation for "M:Aliyun.OSS.Common.Internal.Crc64Stream.#ctor(System.IO.Stream,System.Byte[],System.Int64,System.UInt64)"]

See Also