HashStream Constructor (Stream, Int64) |
Initializes an HashStream with a hash algorithm and a base stream.
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxprotected HashStream(
Stream baseStream,
long expectedLength
)
Protected Sub New (
baseStream As Stream,
expectedLength As Long
)
protected:
HashStream(
Stream^ baseStream,
long long expectedLength
)
new :
baseStream : Stream *
expectedLength : int64 -> HashStream
Parameters
- baseStream
- Type: System.IOStream
Stream to calculate hash for. - expectedLength
- Type: SystemInt64
[Missing <param name="expectedLength"/> documentation for "M:Aliyun.OSS.Common.Internal.HashStream.#ctor(System.IO.Stream,System.Int64)"]
See Also