梅克列 (MerkleTree)
public
abstract
class
MerkleTree
extends Object
java.lang.Object | |
↳ | com.android.tradefed.cache.MerkleTree |
遠端執行 API 定義的 Merkle 樹狀結構。
摘要
公用建構函式 | |
---|---|
MerkleTree()
|
公用方法 | |
---|---|
static
MerkleTree
|
buildFromDir(File directory)
為 |
abstract
|
digestToFile()
這棵樹根樹和檔案的摘要對應表。 |
abstract
|
digestToSubdir()
這棵樹根樹裡和子目錄的摘要對應表。 |
abstract
Directory
|
root()
這個 Merkle 樹的根 |
abstract
Digest
|
rootDigest()
|
abstract
String
|
rootName()
這個 Merkle 樹的根 |
公用建構函式
梅克列 (MerkleTree)
public MerkleTree ()
公用方法
BuildFromDir
public static MerkleTree buildFromDir (File directory)
為 directory
建構隕石樹。
參數 | |
---|---|
directory |
File |
傳回 | |
---|---|
MerkleTree |
digestToFile
public abstractdigestToFile ()
這棵樹根樹和檔案的摘要對應表。
傳回 | |
---|---|
|
digestToSubdir
public abstractdigestToSubdir ()
這棵樹根樹裡和子目錄的摘要對應表。
傳回 | |
---|---|
|