透過集合功能整理內容
你可以依據偏好儲存及分類內容。
部分壓縮下載快取
public
class
PartialZipDownloadCache
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.build.cache.PartialZipDownloadCache
|
用於根據檔案內容快取部分下載檔案的公用程式。這項資訊是根據 ZIP 內容
,因此其中含有不含中繼資料的 CR。
摘要
受保護的建構函式
部分壓縮下載快取
protected PartialZipDownloadCache ()
公用方法
getCachedFile
public boolean getCachedFile (File targetFile,
String fileName,
String crc)
在快取中尋找符合路徑和 crc 的檔案
參數 |
targetFile |
File :要傳回檔案的位置 |
fileName |
String :檔案路徑 |
crc |
String :ZIP 檔案中的檔案總和檢查碼 |
傳回 |
boolean |
如果快取檔案存在,則為「true」,否則傳回「false」 |
填入 CacheFile
public void populateCacheFile (File toCache,
String fileName,
String crc)
將檔案填入快取
參數 |
toCache |
File :要快取的檔案 |
fileName |
String :檔案路徑 |
crc |
String :ZIP 檔案中的 crc 總和檢查碼 |
保護方法
清除快取
protected void cleanUpCache ()
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2024-08-24 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-24 (世界標準時間)。"],[],[]]