OssUtilsComputeContentMd5 Method |
对输入流计算md5值
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic static string ComputeContentMd5(
Stream input,
long partSize
)
Public Shared Function ComputeContentMd5 (
input As Stream,
partSize As Long
) As String
public:
static String^ ComputeContentMd5(
Stream^ input,
long long partSize
)
static member ComputeContentMd5 :
input : Stream *
partSize : int64 -> string
Parameters
- input
- Type: System.IOStream
待计算的输入流 - partSize
- Type: SystemInt64
计算多长的输入流
Return Value
Type:
String流的md5值
See Also