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

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public PartialWrapperStream(
	Stream stream,
	long partSize
)

Parameters

stream
Type: System.IOStream

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

partSize
Type: SystemInt64

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

See Also