摘要计算器

public class DigestCalculator
extends Object

java.lang.Object
   ↳ com.android.tradefed.cache.DigestCalculator


用于计算 Digest 的实用程序方法。

摘要

字段

public static final DigestFunction.Value DIGEST_FUNCTION

公共构造函数

DigestCalculator()

公共方法

static Digest compute(File file)

计算文件的摘要。

字段

DIGEST_FUNCTION

public static final DigestFunction.Value DIGEST_FUNCTION

公共构造函数

摘要计算器

public DigestCalculator ()

公共方法

计算

public static Digest compute (File file)

计算文件的摘要。

参数
file File:计算摘要的 ERROR(/File)

返回
Digest fileDigest